NPC donґt spawn
#3

I've done that, put up twice ...

pawn Код:
public OnPlayerSpawn(playerid)
{
    if(IsPlayerNPC(playerid))
    {
        new nomenpc[MAX_PLAYER_NAME];
        GetPlayerName(playerid,nomenpc,sizeof(nomenpc));
        if(!strcmp(nomenpc,"Motorista_Manuel",true))
        {
            PutPlayerInVehicle(playerid, NPC_Tram, 0);
            SetSpawnInfo( playerid, 0, 43, 0.0, 0.0, 0.0, 0.0, 0, 0, 0, 0, 0, 0 );
        }
    }
    return 1;
}
the server is not detecting it, I think, because they are not performing these functions ...
Reply


Messages In This Thread
NPC donґt spawn - by DartakousLien - 22.02.2011, 19:15
Re: NPC donґt spawn - by Sasino97 - 22.02.2011, 19:53
Re: NPC donґt spawn - by DartakousLien - 22.02.2011, 20:08

Forum Jump:


Users browsing this thread: 1 Guest(s)