03.12.2010, 08:24
(
Last edited by Ash.; 03/12/2010 at 11:27 AM.
)
[size=4pt][b]I failed. I forgot to return anything in another filterscript - i fixed that and now everything works...[b][/size]
Hi all, I was testing out some code that i had rescripted (at 1 this morning GMT time ) - and it seems that OnPlayerSpawn doesnt get called anymore...
I compiled that, went in game, nothing was printed, on the server console or the server_log - i have tried it without returning or return 1 / -1 / 0, still nothing.
Thanks
Ash
Hi all, I was testing out some code that i had rescripted (at 1 this morning GMT time ) - and it seems that OnPlayerSpawn doesnt get called anymore...
pawn Code:
public OnPlayerSpawn(playerid)
{
print("OnPlayerSpawn was called");
return 1;
}
//Obviously this isnt the code that i'd rescripted, this was for testing purposes xD
Thanks
Ash