Dio skripte: //
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log):
Slika/video ingame problema(obavezno ako je ingame problem): https://imgur.com/a/oHTyWCc
//=======Kod Ostalih New-ova
new Text:NickIgraca;
//==========pod onplayerspawn
ZaNodzeta(playerid);
//=======Kod ostalih Forward-a
forward ZaNodzeta(playerid);
public ZaNodzeta(playerid)
{
new str[ 24 ], pname[ MAX_PLAYER_NAME ];
GetPlayerName(playerid, pname, sizeof(pname));
format(str, sizeof(str), "%s", pname);
PlayerTextDrawSetString(playerid, NickIgraca[ playerid ], str);
return 1;
}
//=======Kod ostalih TD-ova
//==================Nick Igraca============================
NickIgraca = TextDrawCreate(48.750000, 327.833343, "Nodze_Levic");
TextDrawLetterSize(NickIgraca, 0.240624, 0.870833);
TextDrawAlignment(NickIgraca, 1);
TextDrawColor(NickIgraca, 8256250);
TextDrawSetShadow(NickIgraca, 0);
TextDrawSetOutline(NickIgraca, 1);
TextDrawBackgroundColor(NickIgraca, 255);
TextDrawFont(NickIgraca, 2);
TextDrawSetProportional(NickIgraca, 1);

