killdahobo99
Unregistered
Quote:
Originally Posted by Roban[swe
]
Try this:
pawn Код:
if (strcmp("/heal", cmdtext, true, 10) == 0) { new Float:HP; GetPlayerHealth(playerid, HP); if(HP <= 99) { SetPlayerHealth(playerid, 100.0); } else { } return 1; }
|
How do i make it, so like I Think that command works but...How do i make it so it says "Your hp is full" if its at 100 with that command?