[Problema] NPC Motorista
#2

pawn Код:
if(IsPlayerNPC(playerid))
    {
        if(!strcmp(Nome, "Motorista1", true))
        {
            PutNPCInVehicle(npcid, NPCrota1, 0);
        }
     }
Nгo seria:

pawn Код:
if(IsPlayerNPC(playerid))
    {
        if(!strcmp(Nome, "Motorista1", true))
        {
            PutNPCInVehicle(npcid, Motorista1, 0);
        }
     }
?
Reply


Messages In This Thread
[Problema] NPC Motorista - by Lуs - 27.08.2011, 02:36
Re: [Problema] NPC Motorista - by [AF]Junior - 27.08.2011, 02:37
Re: [Problema] NPC Motorista - by Lуs - 27.08.2011, 02:39
Re: [Problema] NPC Motorista - by [AF]Junior - 27.08.2011, 02:49
Re: [Problema] NPC Motorista - by WLSF - 27.08.2011, 02:53
Re: [Problema] NPC Motorista - by Lуs - 27.08.2011, 02:53
Re: [Problema] NPC Motorista - by Allan Kardec - 27.08.2011, 02:54
Re: [Problema] NPC Motorista - by Lуs - 27.08.2011, 02:56
Re: [Problema] NPC Motorista - by [AF]Junior - 27.08.2011, 03:01
Re: [Problema] NPC Motorista - by Lуs - 27.08.2011, 03:04

Forum Jump:


Users browsing this thread: 5 Guest(s)