Help me with this error please
#2

try this
Код:
CMD:nghenhac(playerid, params[])
{
		{
		new giveplayerid;
        new range;
        if(sscanf(params, "d", range)) {
            SendClientMessageEx(playerid, COLOR_GREY, "SUDUNG: /setboombox [100] Ghi so 100 vao.");
            return 1;
        }

        SetPVarInt(playerid, "aURLrange", range);
        ShowPlayerDialog(playerid, AUDIO_URL, DIALOG_STYLE_INPUT, "Audio URL", "Enter Audio URL", "OK", "Cancel");
        if(range > 100)
        {
        SetTimerEx("KickPlayer",500,false,"i",giveplayerid);
    return 1;
}
      }
         }
Reply


Messages In This Thread
Help me with this error please - by LuisPark - 18.08.2013, 13:05
Re: Help me with this error please - by Ha$H_Sexyboy - 18.08.2013, 13:18
Re: Help me with this error please - by LuisPark - 18.08.2013, 13:51
Re: Help me with this error please - by BigBadWolf - 19.08.2013, 04:48
Re: Help me with this error please - by Ha$H_Sexyboy - 19.08.2013, 04:49
Re: Help me with this error please - by BigBadWolf - 19.08.2013, 05:13

Forum Jump:


Users browsing this thread: 1 Guest(s)