15.04.2013, 09:38
pawn Код:
public TackleCrackControl(giveplayerid){
//if(gteam[giveplayerid]!=Team_Jail){
TogglePlayerControllable(giveplayerid, 1);
SendClientMessage(giveplayerid, COLOR_YELLOW, "(INFO) You can now walk again.");
//}
Tackled[giveplayerid]=0;
}