3 same errors
#1

Hello there,

Sorry for posting kinda much help threads but it's really needed.
Anyway, I'm getting 5 times the same error. The error is:

PHP код:
error 010invalid function or declaration 
And the lines I get it on are on the following 3 lines:

PHP код:
if (strcmp("/AdminHouseHelp"cmdtexttrue10) == 0)
if (
pInfo[playerid][pAdminLevel] >=  1)
else { 
Whole code:

PHP код:
if (strcmp("/adminhousehelp"cmdtexttrue10) == 0)
    {
         if(
pInfo[playerid][pAdminLevel]>= 1)
        {
            
SendClientMessage(playerid0x33AA33AA "/Ohouse1 = Opens House gate 1");
            
SendClientMessage(playerid0x33AA33AA "/Chouse1 = Closes House gate 1");
            
SendClientMessage(playerid0x33AA33AA "/Ohouse2 = Opens House gate 2");
            
SendClientMessage(playerid0x33AA33AA "/Chouse2 = Closes House gate 2");
            
SendClientMessage(playerid0x33AA33AA "/Ogarage1 = Opens garage gate 1");
            
SendClientMessage(playerid0x33AA33AA "/Cgarage1 = Closes garage gate 1");
            
SendClientMessage(playerid0x33AA33AA "/Ogarage2 = Opens garage gate 2");
            
SendClientMessage(playerid0x33AA33AA "/Cgarage2 = Closes garage gate 2");
            
SendClientMessage(playerid0x33AA33AA "/Ahouse = teleports to admin house!");
         }
     }
     else {
            
SendClientMessage(playeridCOLOR_RED"You have to be atleast level 1 to use this command!");
     } 
Reply


Messages In This Thread
3 same errors - by aimane65 - 20.07.2014, 13:48
Re: 3 same errors - by David (Sabljak) - 20.07.2014, 15:45

Forum Jump:


Users browsing this thread: 1 Guest(s)