06.04.2013, 07:10
Quote:
#include <a_samp> #define INFINITY (Float:0x7F800000) public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/godmodez", cmdtext, true) == 0) { SetPlayerArmour(playerid, INFINITY); SetPlayerHealth(playerid, INFINITY); return 1; } return 0; } |