09.02.2011, 14:24
i have codes:
new taxi[MAX_PLAYERS];
taxi[playerid] = CreateVehicle
How to do format like format(taxi[playerid][vehiclegas], MAX_VEHICLES, "%d", 100);
how to make something like that, because this format doesn't work
new taxi[MAX_PLAYERS];
taxi[playerid] = CreateVehicle
How to do format like format(taxi[playerid][vehiclegas], MAX_VEHICLES, "%d", 100);
how to make something like that, because this format doesn't work