14.09.2012, 20:06
Quote:
Dunno sorry :/
I'm not familiar with anything but Y_INI.. Don't know MySQL or anything else.. show me your player saving codes. |
if ( GetPVarInt( playerid, "Level" ) < 1 )
it my functions of the admin.
PHP код:
it stock, (1487) : error 076: syntax error in the expression, or invalid function call
stock SendMessageToAdmins(color, const string[])
{
for(new i = 0; i < MAX_PLAYERS; i++)
{
if(IsPlayerConnected(i))
{
if(GetPVarInt > Level)
{
SendClientMessage(i, color, string);
}
}
}
return 1;
}
it line 1487: if(GetPVarInt > Level)
How do i fix it?