20.01.2014, 02:36
I've been tweeking this alot over the past hour, I've did it before, but I'm not sure if this is the same code I was using.
I'll rep, if you're 'in need' of it.
pawn Код:
for(new carid = 0; carid < CARS; carid++)
{
if(DynamicCars[carid][CarType] == 1)
{
new string[11];
SetVehicleParamsForPlayer(carid, playerid, 1, 0);
format(string, sizeof(string), "%d", carid);
SendClientMessage(playerid, COLOR_WHITE);
}
}