Repeating Problem!
#1

pawn Код:
command(test, playerid, params[])
{
    if(PlayerInfo[playerid][BT1] >= 0 )
    {
        SendClientMessage(playerid, COLOUR_LGREEN, "DONE" );
        PlayerInfo[playerid][BT1] = 1;
        PlayerInfo[playerid][TasksComplete]++;
    }
    return 1;
}
Every time I use /test it says DONE even though BT1 = 1 Is it the way i have scripted it? Please help!
Reply


Messages In This Thread
Repeating Problem! - by cloudysky - 06.06.2011, 13:29
Re: Repeating Problem! - by Tee - 06.06.2011, 13:35
Re: Repeating Problem! - by sansko - 06.06.2011, 13:39
Re: Repeating Problem! - by Tee - 06.06.2011, 13:41

Forum Jump:


Users browsing this thread: 1 Guest(s)