Teleport to Certain car
#2

pawn Код:
if(strcmp(cmdtext, "/dgride", true) == 0)
{
   new Float:x,Float:y,Float:z;
   GetVehiclePos(bombcar10,x,y,z);
   SetPlayerPos(playerid,x,y,z);
   return 1;
}
Reply


Messages In This Thread
Teleport to Certain car - by mini-d - 20.08.2009, 04:34
Re: Teleport to Certain car - by Backwardsman97 - 20.08.2009, 04:36
Re: Teleport to Certain car - by mini-d - 20.08.2009, 04:53

Forum Jump:


Users browsing this thread: 1 Guest(s)