25.03.2015, 07:13
#include <line>
What's the usage of this include?
GetPlayerHealth(playerid, PlayerHealth[playerid]);
SetPlayerHealth(playerid, 999999.0);
So when player lands, he gets 999999. hp?
LandingChecker[playerid] = SetTimerEx("FallingChecker",500,1,"i",playerid);
0.5 second timer...
Improve this..
What's the usage of this include?
GetPlayerHealth(playerid, PlayerHealth[playerid]);
SetPlayerHealth(playerid, 999999.0);
So when player lands, he gets 999999. hp?
LandingChecker[playerid] = SetTimerEx("FallingChecker",500,1,"i",playerid);
0.5 second timer...
Improve this..