27.02.2015, 08:41
When I want to show the message of the reason he disconnected by that's alright but I want to do something like this and it doesn't work.
Does it work like that? I've went on the wiki and it didn't state anything about this.
Cheers.
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
if(reason == 0) // Timeout/Crash
{
myVar = 1;
}
return 1;
}
Cheers.

