Help with Radio FS
#5

Quote:
Originally Posted by iGetty
Посмотреть сообщение
No that's fine.

This uses zcmd.

pawn Код:
CMD:help(playerid, params[])
{
    if(isnull(params))return SendClientMessage(playerid, -1, "Server: /radio [fresh/city/etc]");
    if(!strcmp(params, "fresh", true))
    {
        //your code here    
    }
    if(!strcmp(params, "city", true))
    {
        //your code here
    }
    return true;
}
Do you can give to me good code for radio where just to add links for the radio but not with dialogs.. Im beginner in the Pawno and didn't know what to do...
Reply


Messages In This Thread
Help with Radio FS - by [BG]BuLLDoZeR - 11.05.2012, 21:54
Re: Help with Radio FS - by iGetty - 11.05.2012, 22:17
Re: Help with Radio FS - by [BG]BuLLDoZeR - 12.05.2012, 00:40
Re: Help with Radio FS - by iGetty - 12.05.2012, 00:48
Re: Help with Radio FS - by [BG]BuLLDoZeR - 12.05.2012, 01:06
Re: Help with Radio FS - by iGetty - 12.05.2012, 01:08

Forum Jump:


Users browsing this thread: 1 Guest(s)