2 things.
#2

SetWorldTime - https://sampwiki.blast.hk/wiki/SetWorldTime

pawn Код:
command(carcommand,playerid,params[])
{
         new Float:x,Float:y,Float:z;
         GetPlayerPos(playerid, x,y,z);
     new VehID = CreateVehicle(infurnusid,x,y,z,0,0,0,1);
     PutPlayerInVehicle(playerid, VehID,0);
         return 1;
}
Hey whatcha
Reply


Messages In This Thread
2 things. - by Rokzlive - 04.02.2011, 22:20
Re: 2 things. - by Haydz - 04.02.2011, 22:29
Re: 2 things. - by Rokzlive - 04.02.2011, 22:30
Re: 2 things. - by admantis - 04.02.2011, 22:31

Forum Jump:


Users browsing this thread: 1 Guest(s)