• Welcome to Vice City Multiplayer.
 
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - sseebbyy

#16
ShowRoom (pawn) / Re: SetVehiclePos?!?!
April 21, 2011, 08:41:40 AM
This is Solution  ;D

Credits: By Tato


SetVehiclePos(GetPlayerVehicleID(playerid),X,Y,Z,Angle);
SetVehicleToRespawn(GetPlayerVehicleID(playerid));
RemovePlayerFromVehicle(playerid);
SetVehiclePos(SetVehiclePos(GetPlayerVehicleID(playerid),X,Y,Z,Angle);
#17
mIRC/pawn Scripting / Re: Drift Point = Money ?
April 21, 2011, 07:57:48 AM
I know it is there, but I want to pawn ...
#18
mIRC/pawn Scripting / Re: Drift Point = Money ?
April 20, 2011, 10:04:03 PM
I say so myself, but I thought maybe it can still

But Anti-Speed-Hack ?
#19
mIRC/pawn Scripting / Drift Point = Money ?
April 20, 2011, 09:19:23 PM
May be that when you drifting to receive money?

Pawno
#20
ShowRoom (pawn) / Re: Flip Command PAWNO!!!
April 16, 2011, 12:04:51 PM
 ;D

was my pleasure because you have solved a bug  :D

SetVehiclePos  ;)

#21
ShowRoom (pawn) / Re: Flip Command PAWNO!!!
April 15, 2011, 07:47:16 PM
oh, so good  :o

thanx man, I needed !

An idea came to me with your order .

I hope you do not mind, but I am allowed to add small changes that will make the command to be better.

else if (strcmp(cmd, "!flip", true) == 0) {
          if(IsPlayerInAnyVehicle(playerid)) {
new Float:X,Float:Y,Float:Z,Float:Angle,veh;
                        veh = GetPlayerVehicleID(playerid);
SetVehicleHealth(GetPlayerVehicleID(playerid),1000);
GetPlayerPos(playerid,X,Y,Z); GetPlayerFacingAngle(playerid,Angle);
SetVehiclePos(GetPlayerVehicleID(playerid),X,Y,Z,Angle);
                       SendClientMessage(playerid, COLOR_YELLOW, "Flipping Your Car!");
SetVehicleToRespawn(GetPlayerVehicleID(playerid));
   RemovePlayerFromVehicle(playerid);
   SetVehiclePos(veh,X,Y,Z,Angle);
                   PutPlayerInVehicle(playerid,veh);
                 }
               else {
                   SendClientMessage(playerid,COLOR_RED,"***You are not in vehicle !");
                  }
return 1;
}
#22
General Discussion / Re: Server Hosting !
April 14, 2011, 04:49:26 PM
ok, thanx
#23
General Discussion / Re: Suggestions for Version 0.4
April 11, 2011, 06:59:12 AM
New Idea :

KEY FUNCTIONS
Spectate mod
#24
General Discussion / New Suggestions for v0.4 !
April 10, 2011, 06:48:14 PM
On old topic :
Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

So...I opened another topic.

My Suggestions :

Fix:

      CreatePickup     

      CreateVehicle
      ChangeVehicleColor
      SetVehicleDoorStatus
      SetVehiclePos
      SetVehicleHealth 100+ (Ex.: 150,200)

      SetPlayerAnimation
      SetPlayerColor
      GetPlayerColor
      RemovePlayerFromVehicle
      SetPlayerHealth 100+  (Ex.: 150,200)
      SetPlayerArmour 100+ (Ex.: 150,200)

Add:

      DestroyPickup

      SetVehicleVelocity
      GetVehicleVelocity
      Objects
      AttachObjectOnVehicle
      AttachObjectOnPlayer
      TextDraw
      All Text Style (Game Text)
      Work Define Dimensions For Game Text
      SetTimerEx
      BanEx
      FULL AntiCheat
      GetPlayerSpeed
      SetPlayerSpeed
      SetPlayerCameraPos
      SetPlayerStartPos
      SetPlayerCameraLookAt
      SetPlayerWeather
      SetVehicleInterior
      SetVehicleZAngle

     
     
#25
Ok thanx !  ;D
#26
General Discussion / Re: Server Hosting !
April 09, 2011, 01:06:54 PM
Work hosting pawn server on this site ?

https://www.serverffs.com/gameservers/11/VCMP_Server/
#27
General Discussion / Re: Server Hosting !
April 07, 2011, 07:00:36 PM
How to hosting my server here https://www.serverffs.com/gameservers/11/VCMP_Server/ ?

I scripting with Pawno
#28
Thanx XD
#29
Jail and Unjail is the Commands for jailed or unjailed player

#30
Move this topic in General Discussion

Please and sorry