Search Results
Hello. I have cmd /banip and /unbanip. But when type some IP ( /banip and IP) in samp.ban dont have ip. when someone banned, and im type /unbanip IP , ip is not unbanned :S here is command: Ко...
168
hello, i have cmd /admins i want make system where type cmd /admins, server send me dialog where is list of online admins. but sorting him from higher to lower admin level. like: Admin1, level:6 adm...
152
Im maked this now xD but thank you im rep+ do you know how to make on command /admins, sort him to from higher level to smaller level? Код: CMD:admins(playerid, params[]) { new string[256]...
131
Quote: Originally Posted by Dokins You're only displaying the hour, you don't need to check what minute it is. EDIT: Fixed a bracket. but i want every full hour becouse i want make d...
131
Quote: Originally Posted by Dokins pawn Код: public MedServerTimer1(){    new Hour,Minute;    gettime(Hour, Minute);    SetWorldTime(Hour);    new string[124];    format(stri...
131
Hello, im maked this function for every 31 second check if 0 minutes, change server time to real time. but, this not working, i dont know why? any help? timer: Код: SetTimer("MedServerTimer1", 31...
131
Thanks but im fixed rep+
154
when is 00 minutes change to next hour
154
Hello. I make this for changing server time (real time). But when is 0 minute she spam 10 time,becouse this public called by timer every 10 seconds. Who can help me and say me how to make better f...
154
Like this? Код: mysql_query(1, Query);
116
Hello. I have problem with mysql. Part of script: Код: new Query[124]; format(Query, sizeof(Query), "INSERT INTO `lista_reganih` (`Name`, `DatumREG`) V...
116
Quote: Originally Posted by justice96 Код: if(sscanf(params,"s[130]",adminctext)) bla bla new adminctext[numbers of string]; Did you have put in the command? Код: new adminctext...
109
Hello, i have this: Код: if(strlen(adminctext) > 130) return SendClientMessage(playerid, COLOR_RED, "error: long text!"); this is on admin chat and when im use /a and type 150 words, she dont ...
109
Quote: Originally Posted by Mencent This is for RCON admins, but maybe he have an own admin system with own queries. Yes i have a own admin system.
106
Hello, i find this: http://pastebin.com/9fBVnz1g I know make command for admin like: /showplayerstatslabel. Can someone tell me how to make this labels only for admin who used cmd for that.
106
Quote: Originally Posted by MP2 You're trying to access the 5th element (0, 1, 2, 3, 4) of a 4-element array (valid index are 0-3). again got error :/
129