13.11.2010, 19:42
Tested it doesn't crash at all.
pawn Code:
public OnPlayerDisconnect ( playerid, reason )
{
SetPlayerName ( playerid, "LongGoneFag" );
printf ( "%d%d", playerid, reason );
return 1;
}