NPC HELP - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (
https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (
https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (
https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: NPC HELP (
/showthread.php?tid=232364)
NPC HELP -
Ne0 - 27.02.2011
my server have register sistem with male/female etc...
When the npc connected to the server put him in the sawn point and need to follow the questions for register!
How can i do to login automaticali the npc without register?
Sorry for my english but i'm from romania!
Respuesta: NPC HELP -
Code8976Man - 27.02.2011
try:
Код:
public OnPlayerRequestClass(playerid, classid)
{
if(IsPlayerNPC(playerid))
{
return 1;
}
return 1;
}
Re: NPC HELP -
Ne0 - 27.02.2011
the line is already there
Re: NPC HELP -
Ne0 - 27.02.2011
anybody please?
Re: NPC HELP -
Ne0 - 27.02.2011
heeeeeeeelp please!
Re: NPC HELP -
Lethaal - 27.02.2011
stop bumping ur thread your only allowed to bump every 24hours
Re: NPC HELP -
Mean - 27.02.2011
Add these:
pawn Код:
public OnPlayerConnect( playerid )
{
if( IsPlayerNPC( playerid ) ) return 1;
// And your usual code...
}
pawn Код:
public OnPlayerRequestClass( playerid )
{
if( IsPlayerNPC( playerid ) ) return 1;
// And your usual code...
}
Re: NPC HELP -
Ne0 - 27.02.2011
i resolved that but now the npc stoped in vehicle....
NPC enter in vehicle and don't start the rute!
NPC stoped in vehicle!
understand? please help me!!!!
sorry again for my english!
Re: NPC HELP -
Ne0 - 27.02.2011
the npc is not the driver how cand i put him to drive?
Re: NPC HELP -
marinov - 27.02.2011
dont double post