SA-MP Forums Archive
help me command goto - 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: help me command goto (/showthread.php?tid=562367)



help me command goto - s3ek - 08.02.2015

how can change (Someone) to name the player


Re: help me command goto - Sascha - 08.02.2015

pawn Код:
new string[128], uName[MAX_PLAYER_NAME];
GetPlayerName(playerid, string, sizeof(string));
GetPlayerName(teleid, uName, sizeof(uName));
format(string, sizeof(string), "{ff0000}[GOTO]:%s It Has Been Teleported To %s!", string, uName);
SendClientMessageToAll(COLOR_YELLOW, string);



Re: help me command goto - s3ek - 08.02.2015

good, Greetings to you thanks you (y)


Re: help me command goto - Sascha - 08.02.2015

Quote:
Originally Posted by s3ek
Посмотреть сообщение
good, Greetings to you thanks you (y)
you're welcome