SendClientMessage To Admins
#6

also you can
pawn Код:
new name[MAX_PLAYER_NAME], string[50];
format(string,sizeof(string), "%s has teleported to LS!", name);
GetPlayerName(playerid, name, sizeof(name));
above the for loop then
pawn Код:
SendClientMessage(i, COLOR_WHITE, string); //this inside the loop...replacing the other 1
So you can see the name of the one that teleported instead of just "someone" being teleported
Reply


Messages In This Thread
SendClientMessage To Admins - by lewismichaelbbc - 22.12.2011, 17:49
Re: SendClientMessage To Admins - by Jakku - 22.12.2011, 17:52
Re: SendClientMessage To Admins - by seanny - 22.12.2011, 17:52
Re: SendClientMessage To Admins - by Laronic - 22.12.2011, 17:53
Re: SendClientMessage To Admins - by lewismichaelbbc - 22.12.2011, 18:04
Re: SendClientMessage To Admins - by [ABK]Antonio - 22.12.2011, 18:35

Forum Jump:


Users browsing this thread: 3 Guest(s)