[HELP]NPC connect/leave
#1

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
Reply
#2

NPC on foot/vehicle?
Reply
#3

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)