13.04.2009, 18:36
The Roooooof-Stunt
I made that 2 months ago, but its still awsome....for me
I hope you'll enjoy this like me
About the Map:
This stunt is going throught the City SF and its end on the Big Bridge (more like GG)
I made that 2 months ago, but its still awsome....for me
I hope you'll enjoy this like me
About the Map:
This stunt is going throught the City SF and its end on the Big Bridge (more like GG)
Pictures:
nice!, isn't it? :PHere is the tele (dunno the angle so i left that out)
Код:
if(strcmp(cmdtext, "/roofs", true) == 0) { if(IsPlayerInAnyVehicle(playerid)) { SetVehiclePos(GetPlayerVehicleID(playerid),-2208.8345,-315.8529,35.5703); } else { SetPlayerPos(playerid,-2208.8345,-315.8529,35.5703); } new string[256]; new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, MAX_PLAYER_NAME); format(string, sizeof(string), "%s's at the Roof-Stunt. Join now! /roofs", name); SendClientMessageToAll(UR_COLOR_HERE, string); return 1; }
Please COMMENT