Help with Radio FS
#1

Hello. I need a fs to a radio... I search with the word - radio and test all radios.. But not work...
I need from radio without DIALOGS :X I wanna with a command like - /radio city, /radio fresh.
Reply
#2

Do you know links that you could add to the script if I give you the code and command to do it?
Reply
#3

Yes. I know the links. But if you want i will give you one to test it ?
Reply
#4

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;
}
Reply
#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
#6

I don't understand you? Is there a filterscript/tutorial that shows it with a dialog or something? If so, link me to it please.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)