[Ajuda] Sistema Prisгo
#6

entгo, ao inves de vc usar o PlayerInfo[playerid][pJailed] =1 para todos, usa um numero para cada uma, e quando ele spawnar vc faz algo assim:

pawn Код:
switch(PlayerInfo[playerid][pJailed]){
  case 1:{
    SetPlayerPos(...);
    SetPlayerInterior(...);
  }
  case 2:{
    SetPlayerPos(...);
    SetPlayerInterior(...);
  }
}
E se vocк fizer isto, verifique se o script verifica o "PlayerInfo[playerid][pJailed] == 1", ai vc troca:
pawn Код:
if(PlayerInfo[playerid][pJailed] == 1)

// por:

if(PlayerInfo[playerid][pJailed] != 0)
Reply


Messages In This Thread
[Ajuda] Sistema Prisгo - by RoamPT - 17.03.2010, 19:41
Re: [Ajuda] Sistema Prisгo - by wafffllesss - 17.03.2010, 19:58
Re: [Ajuda] Sistema Prisгo - by RoamPT - 17.03.2010, 20:04
Re: [Ajuda] Sistema Prisгo - by noobre - 17.03.2010, 20:08
Re: [Ajuda] Sistema Prisгo - by RoamPT - 17.03.2010, 20:10
Re: [Ajuda] Sistema Prisгo - by wafffllesss - 17.03.2010, 20:22
Re: [Ajuda] Sistema Prisгo - by RoamPT - 17.03.2010, 20:32
Re: [Ajuda] Sistema Prisгo - by Poderoso Chefгo - 18.03.2010, 06:05
Re: [Ajuda] Sistema Prisгo - by RoamPT - 18.03.2010, 22:56
Re: [Ajuda] Sistema Prisгo - by andmeida10 - 19.03.2010, 07:06

Forum Jump:


Users browsing this thread: 1 Guest(s)