Please Help me
#1

Sorry for my bad english .. i hope you understand me !!

I made ​​an NPC. The NPC is respawning ... why ?
Reply
#2

Please show your script.
Reply
#3

Код:
if(IsPlayerNPC(playerid))
    {
        new npcname[MAX_PLAYER_NAME];
        GetPlayerName(playerid, npcname, sizeof(npcname));
        if(!strcmp(npcname, "Guard", true))
        {
            SetPlayerSkin(playerid, 280);
            SetPlayerColor(playerid, COLOR_DBLUE);
            return 1;
        }
        return 1;
    }
This is script of public OnPlayerSpawn(playerid); ... just this i have in gamemod !
RO: Daca vorbesti romana .. zi ceva !
Reply
#4

Quote:
Originally Posted by Bect
Посмотреть сообщение
somebody ? help me ....
How about only bumping every 48 hrs, and getting out of the habit of double posting. Because they do make an edit button.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)