[HELP]NPC connect/leave - 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: [HELP]NPC connect/leave (
/showthread.php?tid=138266)
[HELP]NPC connect/leave -
losdementos - 01.04.2010
hi i have got in my gamemode this: when player connect it say: %s joined but i have got bots in my gamemode and when they joined it says too: Bot1 joined. But i want when bot joined dont send this Bot1 joined.
sry for bad english
Re: [HELP]NPC connect/leave -
Zeros - 01.04.2010
NPC on foot/vehicle?
Re: [HELP]NPC connect/leave -
RSX - 01.04.2010
I guess under OnPlayerConnect you have made this message formatation, use:
Код:
if(!IsPlayerNPC(playerid))
for skipping bot cases. Even if not under OnPlayerConnect, this should work.