Tag Mismatch Warnings
#2

Try this:

Код:
COMMAND:robinfix(playerid, params[])
{
    if(gTeam[playerid] == TEAM_ROBIN)
    {
        for(new i = 1, j = GetVehiclePoolSize(); i <= j; i++)
        {
            if(!VehicleOccupied(RobinCar(i)))
            {
                SetVehicleToRespawn(RobinCar(i));
            }
        }
    }
    else if(gTeam[playerid] != TEAM_ROBIN)
    {
        SendClientMessage(playerid, TEAM_ROBIN_COLOR, "This Command is owned by Daan!");
    }
    return 1;
}
Reply


Messages In This Thread
Tag Mismatch Warnings - by SupperRobin6394 - 24.12.2015, 11:03
Re: Tag Mismatch Warnings - by FreAkeD - 24.12.2015, 11:15
Re: Tag Mismatch Warnings - by SupperRobin6394 - 24.12.2015, 11:23
Re: Tag Mismatch Warnings - by Vince - 24.12.2015, 11:42
Re: Tag Mismatch Warnings - by thefirestate - 24.12.2015, 15:07
Re: Tag Mismatch Warnings - by Amunra - 24.12.2015, 15:22

Forum Jump:


Users browsing this thread: 1 Guest(s)