22.05.2016, 12:40
Good job but.
Destroy textdraw?
Destroy textdraw?
PHP код:
public OnPlayerSpawn(playerid)
{
PlayerTextDrawDestroy(playerid, Textdraw0);
PlayerTextDrawDestroy(playerid, Textdraw1);
PlayerTextDrawDestroy(playerid, Textdraw2);
PlayerTextDrawDestroy(playerid, Textdraw3);
PlayerTextDrawDestroy(playerid, Textdraw4);
PlayerTextDrawDestroy(playerid, Textdraw5);
return 1;
}