11.03.2011, 23:12
Hmm..
Is there any kind of..
For example..
So then for example I can
Or?.
Well, you can say I want to retain playerid with PVar.
Or is there any other way to retain a playerid?.
Because in Incognito streamer if I'm using "-1" in one of the "CreateDynamicCP" argument the checkpoint will shows to all players, so I'm trying to make it visible to 1 player only.
Is there any kind of..
For example..
pawn Код:
GetPlayerID(playerid);
GetPVarFloat(playerid,"a",playerid);
pawn Код:
SetPlayerHealth(GetPVarFloat("a"), 100);
Or?.
Well, you can say I want to retain playerid with PVar.
Or is there any other way to retain a playerid?.
Because in Incognito streamer if I'm using "-1" in one of the "CreateDynamicCP" argument the checkpoint will shows to all players, so I'm trying to make it visible to 1 player only.

