little help please..
#1

PHP код:
if(GetPVarInt(playerid"ConnectTime" 25) || money 1000) { //changes has been made here
            
SendClientMessage(playeridX11_TOMATO_2"You must be over 25 connect time to do this!");
            return 
1;
        } 
Im getting following error while compiling on that line^

PHP код:
 error 001expected token"-string end-"but found "-identifier-" 
Reply
#2

PHP код:
GetPVarInt(playerid"ConnectTime" 25
to

PHP код:
GetPVarInt(playerid"ConnectTime") < 25 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)