check if a player is freezed and make weapon pickup
#2

Second thing:

- There is no function pre-made to check is a player frozen or not. But, you can always create a variable:

pawn Код:
new Frozen[MAX_PLAYERS];

Frozen[playerid] = 1;
TogglePlayerControllable(playerid, 0);

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)