06.07.2009, 05:31
Hey guys.
I was wondering, I don't even know what it's called. (I'm tired). How to make things like (this is just an example)
DoesPlayerHaveMedicKit(playerid) is the thing I want, I understand you've use say. new DoesPlayerHaveMedicKit[MAX_PLAYERS]; or something along those lines, anyways. Any help is good.
I was wondering, I don't even know what it's called. (I'm tired). How to make things like (this is just an example)
pawn Код:
if (DoesPlayerHaveMedicKit(playerid) == 1)
{
SetPlayerHealth(playerid, 100.0);
}