SA-MP Forums Archive
Act Problem - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Act Problem (/showthread.php?tid=511406)



Act Problem - WorldPro - 05.05.2014

http://pastebin.com/ChbjLb3Z


its dosen't write the text and dosen't set the life to 100% for who is in the Act2[playerid] = 1;


someone can help me?


Re: Act Problem - arjanforgames - 05.05.2014

Try:

pawn Код:
for(new i; i < MAX_PLAYERS; i++)
{
    if(Act2[i])
    {
        SendClientMessage(i, COLOR_YELLOW, "!дагойп ойма млм дщзчрйн бфтймеъ аъ аъ дзййн едовп");
        SetPlayerHealth(i, 100);
        SetPlayerArmour(i, 100);
    }
}



Re: Act Problem - WorldPro - 05.05.2014

Quote:
Originally Posted by arjanforgames
Посмотреть сообщение
Try:

pawn Код:
for(new i; i < MAX_PLAYERS; i++)
{
    if(Act2[i])
    {
        SendClientMessage(i, COLOR_YELLOW, "!дагойп ойма млм дщзчрйн бфтймеъ аъ аъ дзййн едовп");
        SetPlayerHealth(i, 100);
        SetPlayerArmour(i, 100);
    }
}
dosen't work!


Re: Act Problem - WorldPro - 06.05.2014

bump.


Re: Act Problem - WorldPro - 06.05.2014

bump.


Re: Act Problem - WorldPro - 06.05.2014

bump.