Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for(new i = 1; i < MAX_PVOZILA; i++)
- {
- new pvFile[50], stringce[200];
- format(pvFile, sizeof(pvFile), PVOZILA_FILE, i);
- if(fexist(pvFile))
- {
- INI_ParseFile(pvFile, "LoadPVozila", .bExtra = true, .extra = i);
- PosaoVInfo[i][posaovVehID] = hex_CreateVehicle(PosaoVInfo[i][posaovModel], PosaoVInfo[i][posaovVoziloPoz][0], PosaoVInfo[i][posaovVoziloPoz][1], PosaoVInfo[i][posaovVoziloPoz][2], PosaoVInfo[i][posaovVoziloPoz][3], PosaoVInfo[i][posaovBoja][0], PosaoVInfo[i][posaovBoja][1], 2400);
- format(stringce,sizeof(stringce),""#hex_shelper"[ %s ]", PosaoInfo[PosaoVInfo[i][posaovPosaoID]][posaoIme]);
- PosaoVLabel[i] = Create3DTextLabel(stringce, 0x33CCFFFF, 0.0, 0.0, 0.0, 15.0, 0, 1);
- Attach3DTextLabelToVehicle(PosaoVLabel[i], PosaoVInfo[i][posaovVehID], 0.0, 0.0, 0.0);
- brojposaov ++;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment