Fix Errors
#3

error 035: argument type mismatch (argument 2)
pawn Код:
(48149)  format(string, "Admin message from %s: %s", GetPlayerNameEx(playerid), message);
(48151)  format(string, "Admin %s [%d] > %s [%d]: %s", GetPlayerNameEx(playerid), playerid, GetPlayerNameEx(toid), toid, message);
(48160)  format(string, "Admin message from %s [%d]: %s", GetPlayerNameEx(playerid), playerid, message);
(48162)  format(string, "Your message, %s, has been sent.", message);
(48164)  format(string, "Player %s [%d] > Admins: %s", GetPlayerNameEx(playerid), playerid, message);
And can you tell me what am i supposed to change this for ?
pawn Код:
stock IsAdmin( playerid )
{
    if( /* what should i do here ? */ ) return 1;
    return 0;
}
i`m learning the basics of scripting so i dont know much
Reply


Messages In This Thread
Fix Errors - by Drago987 - 14.09.2013, 16:50
Re: Fix Errors - by Konstantinos - 14.09.2013, 16:56
Re: Fix Errors - by Drago987 - 14.09.2013, 17:11
Re: Fix Errors - by Konstantinos - 14.09.2013, 17:15
Re: Fix Errors - by Drago987 - 14.09.2013, 17:29
Re: Fix Errors - by Drago987 - 14.09.2013, 17:42
Re: Fix Errors - by Drago987 - 14.09.2013, 18:01
Re: Fix Errors - by Konstantinos - 14.09.2013, 18:05
Re: Fix Errors - by Drago987 - 14.09.2013, 18:17
Re: Fix Errors - by Konstantinos - 14.09.2013, 18:56

Forum Jump:


Users browsing this thread: 1 Guest(s)