10.07.2013, 04:00
Zex Tan, that didn't solve it
Kirollos
here's my reset variables
Kirollos
here's my reset variables
pawn Код:
//============================================================================//
public ResetVariables(playerid)
{
IsSpawned[playerid] =0;
IsMuted[playerid] =0;
IsFrozen[playerid] =0;
IsReclassed[playerid] =0;
//Group system
LeaveGroup(playerid, 2);
//Civilian Variables
AttemptedToRobRecently[playerid] =0;
HasRobbedRecently[playerid] =0;
return 1;
}