[FilterScript] Server Details
#10

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
Since you include ZCMD, it'd be good to actually use it instead of strcmp.
You don't need strcat and an array to store the text because it's small so it can be done directly in ShowPlayerDialog.

pawn Код:
#define FILTERSCRIPT

#include <a_samp>
#include <zcmd>

#define DIALOG_HELP 100

CMD:server(playerid, params[])
{
    ShowPlayerDialog(playerid, DIALOG_HELP, DIALOG_STYLE_MSGBOX, "Server", "[X] San Fierro COps N Robbers.\nServer Made by FrakyX.\nServer Forums www.xcnr.freeforums.org.", "Ok", "Cancel");
    return 1;
}
Last, nice way to advertise your forum.. you could use some other name (that doesn't direct to a server's forum).
I didnt meant to advertise my forum/server since that was an old server I closed that and I dont care if anyone joins it or not and I guess zcmd is much easier thanks anyway!
Reply


Messages In This Thread
Server Details - by FrakyX - 07.02.2014, 14:22
Re: Server Details - by kooltuO - 07.02.2014, 14:31
Re: Server Details - by FrakyX - 07.02.2014, 14:34
Re: Server Details - by Yves - 07.02.2014, 14:42
Re: Server Details - by FrakyX - 07.02.2014, 14:48
Re: Server Details - by Sting. - 07.02.2014, 14:49
Re: Server Details - by FrakyX - 07.02.2014, 14:53
Re: Server Details - by Sojo12 - 23.03.2014, 17:19
Re: Server Details - by Konstantinos - 23.03.2014, 17:45
Re: Server Details - by FrakyX - 24.03.2014, 15:58

Forum Jump:


Users browsing this thread: 9 Guest(s)