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