showing unknown command
#5

PHP код:
CMD:rac(playerid,params[])
{
    if(
PlayerInfo[playerid][Level] >=6)
    {
        
SendClientMessage(playerid,COLOR_WHITE," All empty cars were respawned !");
        for(new 
v=0;v<MAX_VEHICLES;v++)
        {
              if(!
IsVehicleOccupied(v))
             {
                 
EraseVehicle(v);
                  return 
1;
              }
        }
      else if(
PlayerInfo[playerid][Level] < 6)
      {
        
SendClientMessage(playeridred"ERROR: You must be admin to use this command!");
        return 
1;
    }

Reply


Messages In This Thread
showing unknown command - by Fernado Samuel - 26.02.2013, 06:52
Re: showing unknown command - by Blaeks - 26.02.2013, 07:49
Re: showing unknown command - by Gamer_007 - 26.02.2013, 07:53
Re: showing unknown command - by DaRk_RaiN - 26.02.2013, 07:54
Re : showing unknown command - by yusei - 26.02.2013, 08:32
Re: showing unknown command - by Fernado Samuel - 26.02.2013, 11:10
Re: showing unknown command - by Fernado Samuel - 26.02.2013, 15:17

Forum Jump:


Users browsing this thread: 1 Guest(s)