19.04.2009, 18:02
As it's 1 textdraw shown to many players...
May cause problems...
This script is full of useless lines (the majority) and some unnecessary includes...
pawn Код:
public OnPlayerDisconnect(playerid, reason)
{
TextDrawDestroy(Text:YourText);
return 1;
}
This script is full of useless lines (the majority) and some unnecessary includes...

