[FilterScript] Tower of death map
#1

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
Reply
#2

Hm....nice for first job
Reply
#3

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

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);
}
Reply
#5

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 =).
Reply
#6

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

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

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


Forum Jump:


Users browsing this thread: 1 Guest(s)