19.11.2011, 11:30
(
Последний раз редактировалось Master_Pawn; 19.11.2011 в 12:34.
)
Galera eu tentei fazer um e num deu muito certo tipo o bus eh setado praquela fazenda sacas? dai ele nem mexi num sei se eh pq meu sv tem sistema de liga/desligar veiculo num sei me ajudem olhem os code
Em Ongamemodeinit
em OnplayerSpawn
Em Ongamemodeinit
Код:
ConnectNPC("Senhor_Motorista","bus"); Busao[0] = CreateVehicle(431, 0.0, 0.0, 5.0, 0.0, 3, 3, 5000);
Код:
if(IsPlayerNPC(playerid)) //Verifica se o jogador й um NPC. { new npcname[MAX_PLAYER_NAME]; GetPlayerName(playerid, npcname, sizeof(npcname)); //Obtendo o nome do(s) NPC(s). if(!strcmp(npcname, "bus", true)) //Checando se o nome do NPC й MeuPrimeiroNPC { PutPlayerInVehicle(playerid, Busao[0], 0); //Colocar o NPC dentro do veнculo que criamos para isso. } return 1; }