21.05.2014, 20:47
if(sscanf(params, "iii", iVehicle, iColors[0], iColors[1])) {
SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /veh [model name/ID] [color 1] [color 2]");
}
Okay, I have this code for my /veh(Vehicle Spawn(ing)) command, - and I don't know how what specifier to use so that it can be an integer, or a string(for the vehicle name). Thanks.
SendClientMessageEx(playerid, COLOR_WHITE, "USAGE: /veh [model name/ID] [color 1] [color 2]");
}
Okay, I have this code for my /veh(Vehicle Spawn(ing)) command, - and I don't know how what specifier to use so that it can be an integer, or a string(for the vehicle name). Thanks.