Help with command error
#1

PHP код:
if(strcmp(cmd"/leavefaction"true) == 0)
    {
         if(
IsPlayerConnected(playerid))
        {
        
PlayerInfo[playerid][pLeader] = 0;
        
PlayerInfo[playerid][pFMember] = 0;
        
PlayerInfo[playerid][pRank] = 0;
        return 
1;
    } 
What is wrong in this command because when i try to compile the gamemode is giving 26 errors
Reply


Messages In This Thread
Help with command error - by boyan96 - 18.03.2012, 16:58
Re: Help with command error - by StuffBoy - 18.03.2012, 17:01
Re: Help with command error - by Ronaldo_raul™ - 18.03.2012, 17:05
Re: Help with command error - by boyan96 - 18.03.2012, 17:57
Re: Help with command error - by Marco_Valentine - 18.03.2012, 18:13
Re: Help with command error - by Ronaldo_raul™ - 18.03.2012, 18:26
Re: Help with command error - by Twisted_Insane - 18.03.2012, 18:36
Re: Help with command error - by Ronaldo_raul™ - 18.03.2012, 18:40
Re: Help with command error - by Twisted_Insane - 18.03.2012, 18:45
Re: Help with command error - by Ronaldo_raul™ - 18.03.2012, 18:51

Forum Jump:


Users browsing this thread: 2 Guest(s)