OnPlayerSpawn
#1

Got a problem with my script, it was all working fine until earlier today where it just completely stopped working.

It isn't calling OnPlayerSpawn, I have checked the entire script and I only have one OnPlayerSpawn callback and I have NO filterscripts.

What could be causing this?

pawn Код:
public OnPlayerSpawn(playerid)
{
    SendClientMessage(playerid, 0xFFFFFFFF, "Working!");
    return 1;
}
The message doesn't display when I spawn.
Reply


Messages In This Thread
OnPlayerSpawn - by flyde - 23.04.2013, 02:26
Re: OnPlayerSpawn - by Onfroi - 23.04.2013, 02:55
Respuesta: OnPlayerSpawn - by JustBored - 23.04.2013, 03:30
Re: OnPlayerSpawn - by MattyG - 23.04.2013, 06:36
Re: OnPlayerSpawn - by Scenario - 23.04.2013, 06:50
Re: OnPlayerSpawn - by ahmad95 - 23.04.2013, 07:34
Re: OnPlayerSpawn - by MP2 - 23.04.2013, 08:18

Forum Jump:


Users browsing this thread: 1 Guest(s)