16.01.2014, 19:36
You could use this too for player names. Just to make command smaller.
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
and replace GetPlayerNameEx(i); with "name"
This will make your command to looks better
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
and replace GetPlayerNameEx(i); with "name"
This will make your command to looks better