21.07.2013, 21:20
So if we create something like this
Why we need that ==0) after bracket,could someone explain pls?
Код:
if(strcmp(cmdtext, "/heal", true) == 0) { new Float:health; GetPlayerHealth(playerid,health); if (health < 10.0) { SetPlayerHealth(playerid, 100.0); } return 1; }
