[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
#2

SetPlayerArmour(playerid,100);

missing semicolon. Problem solved.
Reply
#3

Quote:
Originally Posted by adammal
Посмотреть сообщение
SetPlayerArmour(playerid,100);

missing semicolon. Problem solved.
pff.. didnt saw that

thanks

+1 repped
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)