NEED HELP WITH TELEPORTS HELP PLZZZZZ
#2

Код:
if(!strcmp(cmdtext,"/chilliad",true))
{
   if(GetPlayerState(playerid) == PLAYER_STATE_DRIVER)
   {
     new veh = GetPlayerVehicleID(playerid);
     SetVehiclePos(veh,-2401.9023,-1632.2725,521.2131);
     SetVehicleZAngle(veh,260.0);
     SetPlayerInterior(playerid,0);
   }
   else
   {
     SetPlayerPos(playerid,-2401.9023,-1632.2725,521.2131);
     SetPlayerFacingAngle(playerid,260.0);
   }
   return 1;
}
Reply


Messages In This Thread
NEED HELP WITH TELEPORTS HELP PLZZZZZ - by _PDDRIFTER_ - 15.04.2009, 05:12
Re: NEED HELP WITH TELEPORTS HELP PLZZZZZ - by 56avenue - 15.04.2009, 05:48
Re: NEED HELP WITH TELEPORTS HELP PLZZZZZ - by _PDDRIFTER_ - 15.04.2009, 20:03
Re: NEED HELP WITH TELEPORTS HELP PLZZZZZ - by [DM]Kane - 16.04.2009, 07:04

Forum Jump:


Users browsing this thread: 2 Guest(s)