error 017: undefined symbol "playerid"..
#6

pawn Код:
public payday()
{
    for(new i = 0; i < MAX_PLAYERS; i++) if(IsPlayerConnected(i))
    {
        GameTextForPlayer(i, "PAYDAY + 10 0000$ and + 10 score", 1000, 1);
        SetPlayerScore(playerid,GetPlayerScore(i)+10);
        GivePlayerMoney(i, 10000); // You can change the ammount of money.
    }
    return 1;
}
Reply


Messages In This Thread
error 017: undefined symbol "playerid".. - by dundolina - 05.12.2014, 08:42
Re: error 017: undefined symbol "playerid".. - by osman2571 - 05.12.2014, 08:48
Re: error 017: undefined symbol "playerid".. - by OsteeN - 05.12.2014, 08:51
Re: error 017: undefined symbol "playerid".. - by JaKe Elite - 05.12.2014, 09:31
Re: error 017: undefined symbol "playerid".. - by OsteeN - 05.12.2014, 09:35
Re: error 017: undefined symbol "playerid".. - by DaniceMcHarley - 05.12.2014, 13:55
Re: error 017: undefined symbol "playerid".. - by PowerPC603 - 05.12.2014, 14:55

Forum Jump:


Users browsing this thread: 1 Guest(s)