Help with command error
#5

Quote:
Originally Posted by boyan96
Посмотреть сообщение
In this
PHP код:
    if(strcmp(cmd"/leavefaction"true) == 0)
{
    if(
IsPlayerConnected(para1))
                {
                    if(
para1 != INVALID_PLAYER_ID)
                    {
                        if (
PlayerInfo[para1][pMember] > || PlayerInfo[playerid][pAdmin] >= 1338)
                        {
                            
gTeam[para1] = 3;
                            
PlayerInfo[para1][pTeam] = 3;
                            
PlayerInfo[para1][pMember] = 0;
                            
PlayerInfo[para1][pRank] = 0;
                            
PlayerInfo[para1][pChar] = 0;
                            new 
rand random(sizeof(CIV));
                            
SetSpawnInfo(para1gTeam[para1], CIV[rand],0.0,0.0,0.0,0,0,0,0,0,0,0);
                            
PlayerInfo[para1][pModel] = CIV[rand];
                            
MedicBill[para1] = 0;
                            
SpawnPlayer(para1);
}
}
}
        return 
1;
    

you have to clean it though, hard to do on the forum
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: 3 Guest(s)