Search Results
I have edited CoS without dialogs, i added dialogs to it, first i named the dialogs, defined with id, it was the same problem, Used: #define CARDIALOGG 13371 It didn't work. Then deleted the defines w...
58
I tried and i cant make TextDraw like this. Its not BSN img2textdraw. Help me please. http://prntscr.com/3sj902
83
http://imgur.com/YQAO7yy Look at the pic. Код: public OnPlayerCheat(playerid, cheatid, source[]) { new elc_str[120],elc_reason[60],elc_name[MAX_PLAYER_NAME]; GetPlayerName(playerid, elc_na...
153
Quote: Originally Posted by DavidBilla Download the include called foreach and add it to your pawno include folder,after that at top of the script,add the line #include <foreach> ...
153
Quote: Originally Posted by Koala818 pawn Код: public OnPlayerCheat(playerid, cheatid, source[]){    new elc_str[120],elc_reason[60],elc_name[MAX_PLAYER_NAME];    GetPlayerName(pla...
153
Quote: Originally Posted by Jay_Dixon Try replacing the SendClientMessageToAll with Код: forward ABroadCast(color,const string[],level); Код: public ABroadCast(color,const string...
153
Hi, i am a newbie, and i am editing some scripts. I edited Anti-Cheat, and i want the public "OnPlayerCheat" to make to send only to pAdmins. I added to the script PlayerInfo + pAdmin in the enum. Now...
153
Nope, still not working. Tried searching on ******, still showing errors
222
Quote: Originally Posted by DaniceMcHarley pawn Код: enum pInfo {pAdminpPosedovanjeFirme2} // You don't need a ";" here.new PlayerInfo[MAX_PLAYERS][pInfo]; // Why you had two of these?...
222
Quote: Originally Posted by Aerotactics Under OnDialogResponse, that function should return 0 instead of 1. EDIT: Why are there 2 of these? pawn Код: new PlayerInfo[MAX_PLAYERS][pInfo...
222
Errors: C:\Users\ws\Desktop\Desktop\Untitled.pwn(117) : error 017: undefined symbol "PlayerInfo" C:\Users\ws\Desktop\Desktop\Untitled.pwn(117) : warning 215: expression has no effect C:\Users\ws\Deskt...
222
http://pastebin.com/S4iLPCc0 I know i did somenthing wrong in the code, but i dont know what.. I am new at pawno, so if anyone can tell me how to fix this, and this work i will learn from that
222
Example: http://pastebin.com/V2x6veep This is if player Logged in. I want this to make for Admin Panel. Example: How to make if(gPlayerLogged[playerid] == 0) gPlayerOnDialog? Is that possible?..
174
If you still don't understand me see this: I want when dialog pop-ups you can't type commands like: F6 --> Hi brotha / /call 5556 / /stats Like: /stats and i want to skip that dialog i press F6 the...
174
Quote: Originally Posted by Khanz Make your stats print on the screen rather than a dialog box. There isn't problem with the stats, you didn't understand me I want when Admin Panel pop...
174
http://imgur.com/a/HwLgM See .. I want when Admin Panel pops out you cant type anything. Like in login.. GRESKA: Ne ste logirani - Means MISTAKE:You aren't logged in! I can skip admin panel when F6 ...
174
Quote: Originally Posted by Konstantinos You can't open the chat when a dialog is displayed. Yes you can, try ingame. Display some dialogs and press F6.
174
Hi, i am new to this forum and i come from Macedonia so if u don't understand what i am talking just translate it I want to ask how to make when you see dialog you can't type commands or anything whe...
174