[ERROR] help plz
#1

Hi,

Im Getting 1 Error.. plz HElp


PHP код:
error 001expected token";"but found "-identifier-" 
Code :

PHP код:
case 3:
        {
        if(
GetPlayerCash(playerid) >=ARMOUR_PRICE)
        {
        
GiveCash(playerid, - ARMOUR_PRICE);
        
SetPlayerArmour(playerid,100)
        
SendClientMessage(playerid,COLOR_ERROR,"You Have Purchased Armour For $100000.");
        }else{
        
SendClientMessage(playerid,COLOR_ERROR,"You Dont Have $100000 To Buy Armour.");
        }
        } 
Reply


Messages In This Thread
[ERROR] help plz - by ahameed4755 - 08.03.2016, 20:36
Re: [ERROR] help plz - by adammal - 08.03.2016, 20:39
Re: [ERROR] help plz - by ahameed4755 - 08.03.2016, 20:44

Forum Jump:


Users browsing this thread: 1 Guest(s)