Dialog response not Sending Message [Input Dialog]
#9

Quote:
Originally Posted by iggy1
View Post
Have you done this at the top of all callbacks/funcs that might interfere with bots? Like register systems ect.

pawn Code:
public OnPlayerConnect(playerid)
{
    if(IsPlayerNPC(playerid))return 1;
   
   
    //blah blah rest of code

    return 1;
}
Ehh... If these are the only ones that may interfere,
'OnPlayerConnect, OnPlayerRequestClass, OnPlayerSpawn and OnPlayerRequestSpawn'
Then Yes i have... :/
The rest of my dialogs i am pretty sure i have also covered :/
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)