Search Results
how to send a NickServ command like /identify
19,599
Quote: Originally Posted by Riste If i use one filterscript which include dialogs, working, but i have more than one filterscript which includes dialogs... Is there any way to use more th...
165
first of all, dont use more than 2 filterscripts that include dialogs secondly, place the filterscripts which have dialogs at the first
165
Quote: Originally Posted by Scottas Use IRC_SetMode I know that I am a noob, but how to use it
89
This is my irc script, how to make the bot automatically set its mode to SOP pawn Код: #include <a_samp>#include <irc>#include <sscanf2>#include <dutils>#include <dudb...
89
no more than 2 filterscripts with dialogs are working
123
Quote: Originally Posted by Blast3r Is this FS defined as the first one (in case you got more FSs) because if you put this FS after another FS in the server.cfg the dialogs won't work prop...
106
My dialog responses in filter scripts don't work. See this example admin system in filter script: http://pastebin.com/K3tgp8mg admin system in gamemode: http://pastebin.com/r3JzJcbC when I want to ...
123
when I use the script in the gamemode, it works, but when I use it in a filterscript it doesnt. pawn Код: #include <a_samp>//COLORS#define COLOR_GREY 0xAFAFAFAA#define COLOR_GREEN 0x33AA33A...
106
Quote: Originally Posted by Konstantinos You used as "target" the channel instead of the user. By the way, why don't you just use 1 string and re-format it? It'd be better. ik 1 string...
186
nope it didn't work, other users can see the commands, atleast I want each level to see its own commands
186
What I want exactly is that, each level must see their own commands.
67
First of all, sorry for posting in a wrong place. I have added those commands for irc, pawn Код: IRCCMD:hcmds(botid, channel[], user[], host[], params[]){    if (IRC_IsHalfop(botid, channel, u...
67
I have added those commands for irc, pawn Код: IRCCMD:hcmds(botid, channel[], user[], host[], params[]){    if (IRC_IsHalfop(botid, channel, user))    {        new string[65];       ...
186
i know it is late, but try this. itll help anyone who is directed to here. pawn Код: CMD:radio(playerid, params[]){    ShowPlayerDialog(playerid, 15151, DIALOG_STYLE_LIST, "Trucker's Life - Rad...
145
you dont understand me yet, i converted everything, i inserted it to pawno, did everything, if i used mta race object and race spawnpoint in conversion to samp bla bla bla, it doesnt show anything in ...
143
i also dont know if there is something wrong from MTA because , many converters say wrong format, and sometimes the output is empty
143