OnPlayerConnect is not being called.
#1

Hi guys, I've got a little problem, OnPlayerConnect isn't being called. I've never had this happen to me before. The code I was using is below.

pawn Код:
public OnPlayerConnect(playerid)
{
    print("OnPlayerConnect");
    SetTimerEx("OnPlayerConnected",500,0,"i",playerid);
    return 1;
}
On a blank script, it's working correctly. Any help would be appreciated, thank's in advance.
Reply
#2

Have you got any other scripts that are returning OnPlayerConnect as return 0?
Reply
#3

Did you :

Quote:

forward OnPlayerConnected(playerid);

Reply
#4

This is the only script. And yes, I forwarded it.
Reply
#5

Quote:
Originally Posted by tyler12
Посмотреть сообщение
This is the only script. And yes, I forwarded it.
What?

This is not even your thread is it?
Reply
#6

Quote:
Originally Posted by captainjohn
Посмотреть сообщение
What?

This is not even your thread is it?
Sorry, I was out and on my brothers phone. Didn't notice he was signed in..
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)