Search Results
Try changing your command name to like, 'ikick' and then recompile it.
143
https://sampforum.blast.hk/showthread.php?tid=570927, there you go.
59
What are your plugins? I'm pretty sure its the YSF plugin.
143
Try this; pawn Код: YCMD:startsweep(playerid, params[])
117
Try this: pawn Код: CMD:admincad(playerid, params[]){    if(pInfo[playerid][pAdmin] >= 3)    {        new string[128], _message[128];        if(sscanf(params, "s[128]", _message)) ...
72
Try this: pawn Код: COMMAND:test(playerid, params[]){    new date[6], string[144], Timestamp = gettime();    TimestampToDate(Timestamp, date[0], date[1], date[2], date[3], date[4], date[5], 1...
153
When I include the include file to my gamemode I get some errors? Code: YSF.inc(8) : error 021: symbol already defined: "ffind" YSF.inc(9) : error 021: symbol already defined: "frename" YSF.inc(12)...
47,309
Anyone know how to fix: *** IRC_Connect: Expecting 8 parameter(s), but found 7
19,305
Another error: emmetcallbacks.inc(742) : error 025: function heading differs from prototype
6,469
These are the errors; emmetcallbacks.inc(180) : error 017: undefined symbol "GetCallbackFlag" emmetcallbacks.inc(179) : warning 203: symbol is never used: "playerid"
6,469
Alright, I have a minor question for example I made my own 3D Text Saving system, now im curious how can I make it show spaces for example: Text = Testing 123 Currently I need to do Text = TestingAr...
46
Do you know why I get this error? easyDialog.inc(129) : error 025: function heading differs from prototype
3,481
Quote: Originally Posted by Inspiron What was the reason -REP me ?? Huh , Even your code is not working o.O Код: cmds.pwn(96) : error 001: expected token: ";", but found "return" cmds....
110
Eh, try this: pawn Код: CMD:resetaccount(playerid, params[]){    if(PlayerInfo[playerid][pAdminLevel] >=5)    {            new string[200], targetid;            if (sscanf(para...
93
Nice mix, I listened to the starting of it and liked it, but then started to skip through some of it.
146
You could try this, i'm not sure if you want it like this but you can use dialogs too; pawn Код: CMD:music(playerid, params[])    {       new       input[32];       if(sscanf(params...
124
Fixed thanks to Dugi and Doefler, restarting your computer fixes it. Lock please.
62