25.10.2010, 17:47
(
Последний раз редактировалось selten98; 25.10.2010 в 17:48.
Причина: FIXED
)
i have a problem with this:
the error:
C:\Users\Fam Selten\Documents\Mark\tom test server\gamemodes\TESTING.pwn(6142) : error 035: argument type mismatch (argument 1)
the stuff for PlayerName:
FIXED
pawn Код:
if(udb_Exists(PlayerName(playerid)) && PLAYERLIST_authed[playerid])
C:\Users\Fam Selten\Documents\Mark\tom test server\gamemodes\TESTING.pwn(6142) : error 035: argument type mismatch (argument 1)
the stuff for PlayerName:
pawn Код:
stock PlayerName(playerid) {
new mname[MAX_PLAYER_NAME];
GetPlayerName(playerid, mname, MAX_PLAYER_NAME);
return mname;
}