04.08.2016, 09:36
Код:
public OnGameModeInit() { SetGameModeText("BA:RP V.0.1.0"); new rand = random(3000) + 1500, vehicleid = GetPlayerVehicleID(playerid); new string[24]; format(string, sizeof(string), "{D20000}BG-{FFFFFF}%d", rand); SetVehicleNumberPlate(vehicleid, string); return 1; }