23.04.2013, 02:26
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?
The message doesn't display when I spawn.
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;
}