25.11.2012, 06:42
These two lines have a problem , no if-else clause should have a semicolon in the end. Change them!
Change this line
To
Also
Change this line
To
Change this line
pawn Код:
if(SecondaryWeaponLevel[playerid] == 2) return SendClientMessage(playerid,0xFFFFFFFF,""embed_red"[ERROR] "embed_white"Secondary Weapon is highly upgraded!");
pawn Код:
if(SecondaryWeaponLevel[playerid] == 2) return SendClientMessage(playerid,0xFFFFFFFF,""embed_red"[ERROR] "embed_white"Secondary Weapon is highly upgraded!")
Change this line
pawn Код:
else if(pInfo[playerid][pXP] < 3500) return SendClientMessage(playerid,0xFFFFFFFF,""embed_red"[ERROR] "embed_white"You don`t have enough XP to upgrade this weapon!");
pawn Код:
else if(pInfo[playerid][pXP] < 3500) return SendClientMessage(playerid,0xFFFFFFFF,""embed_red"[ERROR] "embed_white"You don`t have enough XP to upgrade this weapon!")

