error 001: expected token: "-string end-", but found "-identifier-"
#1

Hello guys, i create on my server a Hud system but when i compile i get his error:

Код:
error 001: expected token: "-string end-", but found "-identifier-"
error 001: expected token: "-string end-", but found "-identifier-"
error 001: expected token: "-string end-", but found "-identifier-"
My script: https://pastebin.com/FTTzf4Jf

Line:
Код:
format(gString, 450, "HP Bar\t3+\t%s\n", ((PlayerInfo[playerid][pHud][0]) ? "enabled" : "disabled"));
    format(gString, 450, "Armour\t3+\t%s\n", ((PlayerInfo[playerid][pHud][1]) ? "enabled" : "disabled"));
    format(gString, 450, "FPS\t2+\t%s\n", ((PlayerInfo[playerid][pHud][2]) ? "enabled" : "disabled"));
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)