17.04.2013, 17:10
Quote:
PHP Code:
|
PHP Code:
new PlayerName[MAX_PLAYERS][MAX_PLAYER_NAME];
public OnPlayerConnect(playerid) {
GetPlayerName(playerid, PlayerName[playerid],MAX_PLAYER_NAME);
}
PHP Code:
|
new PlayerName[MAX_PLAYERS][MAX_PLAYER_NAME];
public OnPlayerConnect(playerid) {
GetPlayerName(playerid, PlayerName[playerid],MAX_PLAYER_NAME);
}