SA-MP Forums Archive
Change Commands - 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: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Change Commands (/showthread.php?tid=300064)



Change Commands - SATDMv13 - 28.11.2011

In my server when someone type /sfa /lsa /lva or other teleport it says Someone just teleported to (placE) how i can make it PlayerName has just teleported to (PLACE)



Re: Change Commands - Hoss - 28.11.2011

Try that
pawn Код:
new tpname[24];GetPlayerName(playerid,tpname,24);
format(string, sizeof(string), "{0080FF}%s(%d)Has teleported to:{00FF00}Place name",tazername,playerid,pname,giveplayerid);
SendClientMessageToAll(COLOR_WHITE, string);



Re: Change Commands - SATDMv13 - 28.11.2011

Haha im nooooob ! at pawno can you tell me where i should post this and waht to delete add ? im using downloaded satdm v9


Re: Change Commands - -CaRRoT - 28.11.2011

Can you show your Codes please so we can Edit it and tell you how to do it ?


Re: Change Commands - ElkaBlazer - 28.11.2011

Quote:
Originally Posted by Breto
Посмотреть сообщение
Can you show your Codes please so we can Edit it and tell you how to do it ?
+1
we need the code


Re: Change Commands - IceCube! - 28.11.2011

Quote:
Originally Posted by ElkaBlazer
Посмотреть сообщение
+1
we need the code
YOur a **** +1

Add the code on each teleport command under everything but the return or the indent!


Re: Change Commands - [PC]NAFIH - 31.01.2012

try XGTDM Its better