error 035: argument type mismatch (argument 1)??
#5

pawn Код:
public moneyhack()
{
    new cash;
    for(new i=0; i < MAX_PLAYERS; i++)
    {
        cash = GetPlayerMoney(i);
        if(cash < 0)
        {
        Kick(i);
        return 1;
        }
    }
    return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)