SA-MP Forums Archive
[FilterScript] Tower of death map - 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)
+--- Thread: [FilterScript] Tower of death map (/showthread.php?tid=209466)



tower of death map - jueix - 10.01.2011

Hello sa-mp i am coming here with my first ever post for sa-mp its a little easy map and ill make more complex and stunts soon i just made it to see wht people think of it and if they like it ill make more maps.

Basically its in los santos on a tower forgot witch on‌e =p youll see with the image below

its my first ever map / filterscript im releasing and ye i hope to be realeasing more of my work if u like it
i dont no how to make teles because each time i compile with a tele i all ways get an error message so youll need to add the teleport sorry =( but hey i hope youll enjoy it and put it on your server.

Link:http://pastebin.com/vz6nZDGs
if you would like to see or join my server feel free to ip 86.158.69.178:7777
Update v1.2 /tod will now teleport you to the tower of death


Re: Tower of death map - Den_Deluxe - 10.01.2011

Hm....nice for first job


Re: Tower of death map - jueix - 10.01.2011

thanks =) hope to make more =) trying to find a tutorial on making tele commands.


Re: Tower of death map - Den_Deluxe - 10.01.2011

Nothing hard :
Код:
if( !strcmp(cmdtext,"/Tower",true ))
{
SetPlayerPos(playerid,[Your coordinates]);
GameTextForPlayer(playerid,"Welcom!",4000,3);
}

example :
(public)
public OnPlayerCommandText(playerid,cmdtext[])
(cmd)

if( !strcmp(cmdtext,"/Fp2",true ))
{
SetPlayerPos(playerid,1553.13110352,-1237.30017090,276.88226318,0,0,0(random));
GameTextForPlayer(playerid,"~w~Welcom",4000,3);
}



Re: Tower of death map - jueix - 10.01.2011

Quote:
Originally Posted by Den_Deluxe
Посмотреть сообщение
Nothing hard :
Код:
if( !strcmp(cmdtext,"/Tower",true ))
{
SetPlayerPos(playerid,[Your coordinates]);
GameTextForPlayer(playerid,"Welcom!",4000,3);
}

example :
(public)
public OnPlayerCommandText(playerid,cmdtext[])
(cmd)

if( !strcmp(cmdtext,"/Fp2",true ))
{
SetPlayerPos(playerid,1553.13110352,-1237.30017090,276.88226318,0,0,0(random));
GameTextForPlayer(playerid,"~w~Welcom",4000,3);
}
thank you now made it so it can teleport you there horaaaaay thanks =).


Re: Tower of death map - Den_Deluxe - 11.01.2011

NP Ask if you need
P.S. Can you say what is this line which shows you Loc. and Fuel? Can you upload it ?


Re: Tower of death map - suhrab_mujeeb - 12.12.2011

Just a few objects and it becomes "THE TOWER OF THE DEATH". Nothing special have you done there, sir.


Re: Tower of death map - jonathan13e - 12.12.2011

not nice i make better things nd i haven't make a fs or gm