[Map] [MAP] Roof-Stunt - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (
https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (
https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] [MAP] Roof-Stunt (
/showthread.php?tid=73251)
[MAP] Roof-Stunt -
FranKyG70 - 13.04.2009
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)
Pictures:
nice!, isn't it? :P
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
Re: [MAP] Roof-Stunt -
fff - 13.04.2009
nice one
Re: [MAP] Roof-Stunt -
FranKyG70 - 13.04.2009
Quote:
Originally Posted by Doctor_H3ll
nice one
|
thanks, i do my best
(that was a quick post, wow)
Re: [MAP] Roof-Stunt -
Coolman12 - 13.04.2009
nice
btw, what graphics mod do you use? :3
Re: [MAP] Roof-Stunt -
FranKyG70 - 13.04.2009
ebn or what, and hq mod, but my GTA IV runs better then the SA
Re: [MAP] Roof-Stunt -
NtCat - 13.04.2009
Have you some working link to HQ mod? Thanks
btw. map is quite good
Re: [MAP] Roof-Stunt -
FranKyG70 - 13.04.2009
Quote:
Originally Posted by NtCat
Have you some working link to HQ mod? Thanks btw. map is quite good
|
thanks, but no, i cant give you a link because i formatted my winchester 2 days ago, and it was on my backup pendrive (and the file is big, really big)
but if you find the link please give me, i want update
Re: [MAP] Roof-Stunt -
Heerlenking - 13.04.2009
Looks good!
Re: [MAP] Roof-Stunt -
RyDeR` - 13.04.2009
Nice
Re: [MAP] Roof-Stunt -
Konrads - 14.04.2009
Just a thing m8 where is exact location to put this on my mode.