30.04.2013, 07:41
How to convert an integer to hex? I already searched. But none of them help.
Integers and hex numbers are THE SAME THING. They are just different ways of writing a number for humans, but once your code is compiled they're all the same.
Read this: https://sampforum.blast.hk/showthread.php?tid=200876 |
INI_WriteInt(file,"Color",GetPlayerColor(playerid));