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

_removed_
Reply
#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
#3

_removed_
Reply
#4

it's the comma

just remove the comma in the middle:
DestroyVehicle(pInfo[playerid][Cars][i]);
Reply
#5

DestroyVehicle(pInfo[playerid][Cars][i]);
Reply
#6

_removed_
Reply
#7

show line 3876
Reply
#8

_removed_
Reply
#9

well, can you show me the pInfo array's enum? i mean the enum which you associated with pInfo array
Reply
#10

-removed-
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)