[Ajuda] como fazer isso funcionar
#1

compila de boa mais no jogo quem nao da grove pode dirijir os carros deles...
PHP код:
new gTeam[SLOTS];
new 
GroveCars[6];
public 
OnGameModeInit()
{
GroveCars[0] = AddStaticVehicleEx(412,2510.19995117,-1687.40002441,13.50000000,40.50000000,86,1,15); //Voodoo
    
GroveCars[1] = AddStaticVehicleEx(600,2473.80004883,-1690.19995117,13.39999962,0.00000000,86,1,15); //Picador
    
GroveCars[2] = AddStaticVehicleEx(567,2508.60009766,-1671.19995117,13.39999962,352.00000000,86,1,15); //Savanna
    
GroveCars[3] = AddStaticVehicleEx(492,2499.39990234,-1683.00000000,13.30000019,108.00000000,86,1,15); //Greenwood
    
GroveCars[4] = AddStaticVehicleEx(468,2510.00000000,-1659.30004883,13.39999962,100.00000000,86,1,15); //Sanchez
    
GroveCars[5] = AddStaticVehicleEx(468,2511.00000000,-1661.09997559,13.39999962,96.00000000,86,1,15); //Sanchez
return 1;
}
public 
OnPlayerSpawn(playerid)
{
    if(
gTeam[playerid] == Aztecas// Se Ele For Aztecas Ele Setarб Pro Local Abaixo :
{
   
SetPlayerTeam(playerid1);
   
SetPlayerColor(playeridCorAztecas); // Setarб a Cor Dele Para AZUL Que й a Cor definida no Topo !
   
SetPlayerPos(playerid2232.2813,-1158.4985,29.7969); // Setarб Ele Para Estб Posiзгo
   
SetPlayerInterior(playerid0); // Setarб o Interior Dele.
}// Se Ele Escolher o Skin  dos Grove. Ele Darб Spawn No Local Abaixo :
if(gTeam[playerid] == Grove// Se Ele For Grove Ele Setarб Pro Local Abaixo :
{
   
SetPlayerTeam(playerid2);
   
SetPlayerColor(playeridCorGrove); // Setarб a Cor dele Para VERDE Que й a Cor definida no Topo.
   
SetPlayerPos(playerid2531.0586,-1666.2322,15.1678);//Setarб Ele Para Estб Posiзгo
   
SetPlayerInterior(playerid0);// Setarб o Interior Dele.
}
   for (new 
0<GZS_CRIADASi++) // Loop
{
     
GangZoneShowForPlayer(playerid,GZCriadas[i],0xFFFFFFAA);
     
printf("Gang Zone %s Criada com sucesso",NomesGZs[i]);
}
    
StopAudioStreamForPlayer(playerid);
    return 
1;
}
public 
OnPlayerEnterVehicle(playeridvehicleidispassenger)
{
   if(
vehicleid == GroveCars[0] || vehicleid == GroveCars[1] || vehicleid == GroveCars[2] || vehicleid == GroveCars[3] || vehicleid == GroveCars[4] || vehicleid == GroveCars[5] && gTeam[playerid] == Grove) return SendClientMessage(playerid, -1"Vocк nгo tem as chaves deste veнculo e foi expulso."), RemovePlayerFromVehicle(playerid);
   
SendClientMessage(playeridRED,"Para trocar de radio use: /escolherradio");
   
SendClientMessage(playeridGREEN,"Para parar a radio use: /desligarradio");
   
GameTextForPlayer(playerid"~r~Voce entrou no Veiculo"2000,3);
   return 
1;

Reply


Messages In This Thread
como fazer isso funcionar - by Math3us - 22.08.2012, 12:24
Re: como fazer isso funcionar - by Don_Speed - 22.08.2012, 12:37
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 12:39
Re: como fazer isso funcionar - by Jason` - 22.08.2012, 12:46
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 12:51
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 13:25
Re: como fazer isso funcionar - by darkxdll - 22.08.2012, 14:18
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 14:22
Re: como fazer isso funcionar - by darkxdll - 22.08.2012, 14:31
Re: como fazer isso funcionar - by Math3us - 22.08.2012, 14:34

Forum Jump:


Users browsing this thread: 1 Guest(s)