FIXED:problem with original script.
#1

i have a problem with this:
pawn Код:
if(udb_Exists(PlayerName(playerid)) && PLAYERLIST_authed[playerid])
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:
pawn Код:
stock PlayerName(playerid) {
  new mname[MAX_PLAYER_NAME];
  GetPlayerName(playerid, mname, MAX_PLAYER_NAME);
  return mname;
}
FIXED
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)