License Plates - Colour Embedding problem
#1

I have this code:

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]);
But the problem is this:



What is wrong in my code? O.o
Reply
#2

Probarly your {D20000} <- HeX color is wrong.
Reply
#3

If I set {FF0000}, i have same problem O.o
Reply
#4

Quote:
Originally Posted by FreshDoubleX
Посмотреть сообщение
Probarly your {D20000} <- HeX color is wrong.
If you don't know what you're saying, don't talk. Also, learn english.

ON TOPIC:

Are you sure that you're using 0.3 pawno (or host)?
Reply
#5

Quote:
Originally Posted by Antonio [G-RP]
Посмотреть сообщение
If you don't know what you're saying, don't talk. Also, learn english.

ON TOPIC:

Are you sure that you're using 0.3 pawno (or host)?
If he wasn't using 0.3c he wouldn't be setting plates in first place (well, unless he had 0.2x)
Reply
#6

I'm using 0.3c SAMP version & includes.
I have hosting for server, but testing on localhost.
Reply
#7

refresh :/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)