Sem licenзa para faggio
#2

Quote:
Originally Posted by pawNO
Olб! estou aqui por meio deste post, solicitar uma ajudinha =)
Seguinte: Os novatos do meu server de RPG no inнcio precisam ir atй a auto-escola para tirar licenзas, e por minha decisгo, eles devem ir atй
lб ou em outro local de faggio ou fraggio (sei la!), tenho este seguinte script:
Код:
if(TakingLesson[playerid] == 1 && GetPlayerVehicleID(playerid) != 462) { }
					else {
					SendClientMessage(playerid, COLOR_GREY, " Vocк precisa ter licenзa para dirigir (saiu do veнculo) !");
          RemovePlayerFromVehicle(playerid);
          TogglePlayerControllable(playerid, 1); }
			  }
Ok, 462 й o ID da faggio, e nгo sei se "&& GetPlayerVehicleID(playerid) != 462)" estб correto, alguйm me ajuda? agradeceria muito!
Att wesley
pawn Код:
if(TakingLesson[playerid] == 0 && GetVehicleModel(GetPlayerVehicleID(playerid)) != 462)
{
    SendClientMessage(playerid, COLOR_GREY, "  Vocк precisa ter licenзa para dirigir (saiu do veнculo) !");
    RemovePlayerFromVehicle(playerid);
    TogglePlayerControllable(playerid, 1);
    return 1;
}
Assim, e use as tags [ pawn ] envez de [ code ]
Reply


Messages In This Thread
Sem licenзa para faggio - by pawNO - 01.03.2010, 23:30
Re: Sem licenзa para faggio - by speliarmos - 01.03.2010, 23:35
Re: Sem licenзa para faggio - by pawNO - 01.03.2010, 23:53
Re: Sem licenзa para faggio - by Joao Ziicka - 02.03.2010, 00:01
Re: Sem licenзa para faggio - by pawNO - 02.03.2010, 00:04
Re: Sem licenзa para faggio - by wafffllesss - 02.03.2010, 00:41
Re: Sem licenзa para faggio - by pawNO - 02.03.2010, 19:15
Re: Sem licenзa para faggio - by pawNO - 02.03.2010, 19:17
Re: Sem licenзa para faggio - by Joaquim_Blakman - 02.03.2010, 19:24
Re: Sem licenзa para faggio - by pawNO - 02.03.2010, 19:32

Forum Jump:


Users browsing this thread: 1 Guest(s)