19.07.2011, 09:24
Try this:
pawn Код:
else if(PlayerToPoint(20, i,292.0274,-36.0291,1001.5156))
{
if(PlayerInfo[playerid][pGunLic] == 0)
{
//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
}
}