*** Not a descriptive title - ******.
#3

These two lines have a problem , no if-else clause should have a semicolon in the end. Change them!

Change this line
pawn Код:
if(SecondaryWeaponLevel[playerid] == 2) return SendClientMessage(playerid,0xFFFFFFFF,""embed_red"[ERROR] "embed_white"Secondary Weapon is highly upgraded!");
To
pawn Код:
if(SecondaryWeaponLevel[playerid] == 2) return SendClientMessage(playerid,0xFFFFFFFF,""embed_red"[ERROR] "embed_white"Secondary Weapon is highly upgraded!")
Also

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!");
To
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!")
Reply


Messages In This Thread
*** Not a descriptive title - ******. - by Sanady - 25.11.2012, 06:27
Re: Little Problem - by iTzZh - 25.11.2012, 06:40
Re: Little Problem - by Ballu Miaa - 25.11.2012, 06:42
Re: Little Problem - by iTzZh - 25.11.2012, 06:47
Re: Little Problem - by RenSoprano - 25.11.2012, 07:02
Re: Little Problem - by Ballu Miaa - 25.11.2012, 09:02

Forum Jump:


Users browsing this thread: 1 Guest(s)