18.07.2011, 21:58
I have script like this
Can someone tell me how to do, that will be, that jail only if someone won't have gun license??(pGunLic=0)
pawn Код:
//Ammunation 1
GameTextForPlayer(i, "~r~Jailed for going to ammunation", 5000, 1);
SetPlayerInterior(i, 6);
PlayerInfo[i][pInt] = 6;
SetPlayerPos(i,264.6288,77.5742,1001.0391);
PlayerInfo[i][pJailTime] = 300;
PlayerInfo[i][pJailed] = 1;