31.08.2011, 23:23
(argument 2) means there's something wrong with dini_Get(oFile,"Color")
Why do you use it this way ?, won't it be alot simpler if you use it this way.
Example:
Why do you use it this way ?, won't it be alot simpler if you use it this way.
PHP код:
SetPlayerColor(playerid, colour)
PHP код:
SetPlayerColor(playerid, 0xB46F0000);