Int To Hex Problem
#1

pawn Код:
GangZoneShowForPlayer(playerid, ZoneID[i], IntToHex(20));
pawn Код:
stock IntToHex(int)
{
    new
        str[15];
    format(str, sizeof(str), "%x", int);
    return str;
}
Errors

Код:
C:\Documents and Settings\TDM - Server\gamemodes\gm.pwn(589) : error 035: argument type mismatch (argument 3)
Please help with this
Reply


Messages In This Thread
Int To Hex Problem - by MA_proking - 30.10.2013, 12:12
Re: Int To Hex Problem - by Konstantinos - 30.10.2013, 12:14
Re: Int To Hex Problem - by PaulDinam - 30.10.2013, 12:26

Forum Jump:


Users browsing this thread: 1 Guest(s)