27.08.2011, 02:37
pawn Код:
if(IsPlayerNPC(playerid))
{
if(!strcmp(Nome, "Motorista1", true))
{
PutNPCInVehicle(npcid, NPCrota1, 0);
}
}
pawn Код:
if(IsPlayerNPC(playerid))
{
if(!strcmp(Nome, "Motorista1", true))
{
PutNPCInVehicle(npcid, Motorista1, 0);
}
}