17.05.2012, 11:05
Quote:
Pretty sure someone already answered that one in your other topic - look at how GetPlayerName is declared and compare that to how you are using it.
|
PHP Code:
new string[1550];
new PlayerName[MAX_PLAYER_NAME];
GetPlayerName(playerid,PlayerName,sizeof(PlayerName));
PHP Code:
#pragma unused params
PHP Code:
(731) : error 017: undefined symbol "params"