ERROR Compile
#6

Change:
pawn Код:
dcmd(login, 5, cmdtext)
dcmd(register, 8, cmdtext)
to:
pawn Код:
dcmd(login, 5, cmdtext);
dcmd(register, 8, cmdtext);
And:
pawn Код:
public PlayerName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
return name;
}
to:
pawn Код:
stock PlayerName(playerid)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, MAX_PLAYER_NAME);
return name;
}
And about udb_setAccState and udb_getAccState:
Change udb_setAccState to udb_UserSetInt and udb_getAccState to udb_UserInt.
Reply


Messages In This Thread
ERROR Compile - by michaeldevel - 15.06.2009, 15:16
Re: ERROR Compile - by Correlli - 15.06.2009, 15:23
Re: ERROR Compile - by michaeldevel - 15.06.2009, 15:30
Re: ERROR Compile - by Correlli - 15.06.2009, 15:43
Re: ERROR Compile - by michaeldevel - 15.06.2009, 15:52
Re: ERROR Compile - by Correlli - 15.06.2009, 16:41
Re: ERROR Compile - by michaeldevel - 15.06.2009, 16:54
Re: ERROR Compile - by Correlli - 15.06.2009, 17:03
Re: ERROR Compile - by michaeldevel - 15.06.2009, 17:13

Forum Jump:


Users browsing this thread: 6 Guest(s)