12.12.2013, 21:55
Estou querendo que a placa de tocos os carros se auto ordenam:
LS-Id do carro
LS-Id do carro
pawn Код:
for(new th=0;th<MAX_VEHICLES;th++)
{
new carid = GetPlayerVehicleID(th);
SetVehicleNumberPlate(th, "LS %d",carid);
}
Код:
C:\Users\Felipe\Desktop\BPF\gamemodes\BLC.pwn(14465) : warning 202: number of arguments does not match definition C:\Users\Felipe\Desktop\BPF\gamemodes\BLC.pwn(14464) : warning 204: symbol is assigned a value that is never used: "carid" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase Header size: 12728 bytes Code size: 2504820 bytes Data size: 2843592 bytes Stack/heap size: 16384 bytes; estimated max. usage=7159 cells (28636 bytes) Total requirements: 5377524 bytes 2 Warnings.