04.02.2011, 22:04
I have this code:
But the problem is this:
What is wrong in my code? O.o
pawn Код:
new tablice = 1000 + random(8999);
new tablicastring[32];
format(tablicastring, sizeof(tablicastring), "{D20000}LS {FFFFFF}%d", tablice);
VInfo[i][ownedvehicle] = CreateVehicle(VInfo[i][hModel], VInfo[i][hParkX], VInfo[i][hParkY], VInfo[i][hParkZ], VInfo[i][hParkA], VInfo[i][hBoja1], VInfo[i][hBoja2], 300000);
SetVehicleNumberPlate(VInfo[i][ownedvehicle], tablicastring);
SetVehicleToRespawn(VInfo[i][ownedvehicle]);
What is wrong in my code? O.o