Search Results
Quote: Originally Posted by milanosie pawn Код: public AdminChat(color2, playerid, const string[]) Remove the const and change it to this: pawn Код: public AdminChat(color2, play...
204
Stevo127, It doesnt work, I'm still getting the same error over and over again.
204
Quote: Originally Posted by DeathTone line 1667 should be AdminChat(green, playerid, string); Still errors, already tried that, must be something i've done wrong.. forward AdminChat(c...
204
pawn Код: public AdminChat(color2, playerid, const string[]){    new pname[MAX_PLAYER_NAME];    GetPlayerName(playerid, pname, sizeof(pname));    for(new i = 0; i < MAX_PLAYERS; i++)   ...
204
Your tutorials rock, I'm using your object,mapicon,checkpoint streamer and this lottery script. Soon your housesystem too =)
2,385
Maybe explain more but for me it's fine, was right about to start creating jobs =) Thank you!
316
http://pastebin.com/d1dHX3pY Having some issues fixing that, I don't want to use pragma tabsize. after } 4 spaces back, after { 4 spaces ahead, I did that but i'm still receiving errors. EDIT: lol f...
47
Delete my message, fixed the errors.
610
SetTimerEx("CountLesson",1000,1,"d",playerid);
43
Doesnt it recognize you as dead though? Maybe force requestclass if dead more than 4 seconds? idk
523
Can you tell us where line 3830, 3833, 3834, 3836 & 3839 are? I can see some errors but maybe it's good if you point them out and use [PAWNO][/PAWNO] tags instead of quoting it all.
147
Quote: Originally Posted by Littlehelper[MDZ] pawn Код: Zone = TextDrawCreate(487.000000, 4.000000, "  ");// Then Later.new string[128], zone[128];format(string,sizeof(string),"%s",zo...
95
Im trying to get zones to be shown in a textdraw located in the corner of the screen but i can't get pass the errors. Код: TextDrawShowForPlayer(playerid, Rules); new string[200], zone[MAX_ZONE...
95
I was gonna say bad, then I realized how awful my codingskills are and most people would judge your coding by the looks of the template. It's okay, everything can always be better and if you can't do ...
548
Getting kicked for using rustler, mods and cheats when not even cheating or having any mods. While logged in as admin, dafuq is this. Loads of bugs just after 30 minutes of trying, localhost getting ...
305
Quote: Originally Posted by newbienoob Try change this Code: loadaccount_%s //to loadaccount_user Ok, works great now but could you answer my 2nd question? Quote: How d...
2,183
Thanks, will be using this for my first gamemode =) How do I check if player is VIP or not onplayerspawn? EDIT: Typing a random password allows me to login, I'm using the plugin Whirlpool .
2,183
The teams arent working, I do not get the clientmessage when spawning and I still have the DEADCONNECT color. If there's any better way of doing this then please show me, I'm not a expert at this kind...
116
I tried this tutorial several times, even used the one you uploaded, houses aren't visable at all. What's wrong? I have no errors when compiling as FS or so.
3,331