[FilterScript] Burke's Admin System [v1.0a] - Based on OnPlayerClickPlayer (Simple)
#1

delete
Reply
#2

Add some more cmds. It'd be great.
Reply
#3

Quote:
Originally Posted by Rustin
Посмотреть сообщение
Add some more cmds. It'd be great.
I'm planning to do so, just if you'd like to see some specified ones, post them here, and I'll consider adding them the next update.

Thanks,

~Kevin
Reply
#4

Its an admin system with only 300 lines,expected more than that,you should make commands for the functions too (eg. /kick /ban)
Reply
#5

PHP код:
    new string[1000];
    
strcat(string"This is server is using Burke's Admin System by Kevin_Burke(KevinExec)!\n");
    
ShowPlayerDialog(playeridDIALOG_CONNECTDIALOG_STYLE_MSGBOX,    "{00FF00}Welcome"string"Close"""); 
Why 1000 cells for this 80 cells string? Good work anyways.
Reply
#6

@K0P; Point of the system is that it's not commands but dialogs, if you cant read.

@PawnHunter; I usually use 1000 cells, don't know.
Reply
#7

Quote:
Originally Posted by PawnHunter
Посмотреть сообщение
PHP код:
    new string[1000];
    
strcat(string"This is server is using Burke's Admin System by Kevin_Burke(KevinExec)!\n");
    
ShowPlayerDialog(playeridDIALOG_CONNECTDIALOG_STYLE_MSGBOX,    "{00FF00}Welcome"string"Close"""); 
Why 1000 cells for this 80 cells string? Good work anyways.
LOL why do you even need a string?

Код:
ShowPlayerDialog(playerid, DIALOG_CONNECT, DIALOG_STYLE_MSGBOX,	"{00FF00}Welcome", "This is server is using Burke's Admin System by Kevin_Burke(KevinExec)!\n", "Close", "");
Reply
#8

Quote:
Originally Posted by Yashas
Посмотреть сообщение
LOL why do you even need a string?

Код:
ShowPlayerDialog(playerid, DIALOG_CONNECT, DIALOG_STYLE_MSGBOX,	"{00FF00}Welcome", "This is server is using Burke's Admin System by Kevin_Burke(KevinExec)!\n", "Close", "");
Easier.
Reply
#9

Quote:
Originally Posted by Yashas
Посмотреть сообщение
LOL why do you even need a string?

Код:
ShowPlayerDialog(playerid, DIALOG_CONNECT, DIALOG_STYLE_MSGBOX,	"{00FF00}Welcome", "This is server is using Burke's Admin System by Kevin_Burke(KevinExec)!\n", "Close", "");
Quote:
Originally Posted by KevinExec
Посмотреть сообщение
Easier.
I fixed that in my first pull request on GitHub: https://github.com/KevinExec/SA-MP/c...0ff6310a294f82
Reply
#10

Quote:
Originally Posted by KevinExec
Посмотреть сообщение
Easier.
This is just a joke... how are you going to advance if you only take the easy way?
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)