19.03.2008, 17:52
Comments please
and rate it
only this ain't nothing big but fun
Teleport code
Video -------> Video not here
Pwn+Amx <--- Download here
and rate itonly this ain't nothing big but fun

Teleport code
Код:
//fr
if(strcmp(cmdtext, "/fr", true) == 0)
{new cartype = GetPlayerVehicleID(playerid);
new State=GetPlayerState(playerid);
SetPlayerInterior(playerid,0);
{if(State!=PLAYER_STATE_DRIVER)
{SetPlayerPos(playerid,-123.5063,2020.8993,371.829);}
else if(IsPlayerInVehicle(playerid, cartype) == 1)
{SetVehiclePos(cartype,-123.5063,2020.8993,371.829);
SetVehicleZAngle(cartype,287.0157);}
else
{SetPlayerPos(playerid,-123.5063,2020.8993,371.829);}
GameTextForPlayer(playerid,"Fast race",2500,3);}
return 1;}
Pwn+Amx <--- Download here



