fatal error 107: too many error messages on one line
#2

Try this.


PHP код:
CMD:destroycars(playerid,params[])
{
    for(new 
i=0ipInfo[playerid][SpawnedCarsi++)
    {
         
DestroyVehicle(pInfo[playerid][Cars][i]);
    }
    
pInfo[playerid][SpawnedCars] = 0;
    
CommandToAdmins(playerid,"destroycars");
    
SendClientMessage(playerid,yellow,"You have deleted all cars that you spawned!");
    return 
1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)