Opis problema o kojem se radi: Idem Compile pojavi mi se error ovaj :O
Dio skripte:
public OnPlayerSpawn(playerid) {
//Prikazujemo igracu glad ukoliko se ne prikazuje
if(GetPVarInt(playerid, "showinggw") == 0) {
SetPVarInt(playerid, "showinggw", 1);
UpdateGladWCText(playerid);
PlayerTextDrawShow(playerid, GladWCText); }
return 1; }Slika (neobavezno): http://prntscr.com/43lmuq
LINIJA 41:
UpdateGladWCText(playerid);