Ajudem porfavor !
#3

Quote:
Originally Posted by Joao Ziicka
sу vc setar isso pros players vips e carros vip.
Код:
forward IsAVIP(playerid);
forward IsAVIP(carid);
ha??

lol podes por exemplo por assim

no topo do script

pawn Код:
new carro;
no ongamemodinit ponha

pawn Код:
carro = CreateVehicle ou como vc tem... exemplo:
pawn Код:
carro = AddStaticVehicle(426, 2557.972900, 2768.564208, 10.580909, 0.000, 0, 0);
e no onplayerentervehicle

pawn Код:
if(vehicleid == carro)
{
new PlayerName[24];
GetPlayerName(playerid, PlayerName, sizeof(PlayerName));
if(strcmp(PlayerName,"NOME",true)) //aki o nome de quem й o carro
{
RemovePlayerFromVehicle(playerid);
SendClientMessage(playerid, 0x33AA33AA, "Desculpa este carro й do NOME");
}
}
Facil
Reply


Messages In This Thread
Ajudem porfavor ! - by matheusass - 26.02.2010, 23:13
Re: Ajudem porfavor ! - by Joao Ziicka - 27.02.2010, 11:36
Re: Ajudem porfavor ! - by SlashPT - 27.02.2010, 12:34
Re: Ajudem porfavor ! - by matheusass - 02.03.2010, 14:29

Forum Jump:


Users browsing this thread: 2 Guest(s)