07.09.2017, 16:27
Hello guys, i create on my server a Hud system but when i compile i get his error:
My script: https://pastebin.com/FTTzf4Jf
Line:
Код:
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-"
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"));