13.04.2009, 18:36
The Roooooof-Stunt
I made that 2 months ago, but its still awsome....for me![cheesy](images/smilies/lol.gif)
I hope you'll enjoy this like me![rolleyes](images/smilies/rolleyes.gif)
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
![cheesy](images/smilies/lol.gif)
I hope you'll enjoy this like me
![rolleyes](images/smilies/rolleyes.gif)
About the Map:
This stunt is going throught the City SF and its end on the Big Bridge (more like GG)
Pictures:
![](/imageshack/img208/4823/samp189.th.png)
![](/imageshack/img208/9968/samp190.th.png)
![](/imageshack/img208/6452/samp192x.th.png)
![](/imageshack/img208/9315/samp195.th.png)
![](/imageshack/img6/1984/samp202k.th.png)
![](/imageshack/img8/729/samp204c.th.png)
![](/imageshack/img8/433/samp206n.th.png)
![](/imageshack/img8/5822/samp207c.th.png)
![](/imageshack/img208/3333/samp140.th.png)
Here 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