Search Results
Looking for a scripting partner, to start a project with. I'm not saying anything here, just contact me on skype [aldrin.ralph] and we'll have a conversation.
201,007
Looking for someone who wants a domain. I can register any domain extension he/she wants. No worries of paying me $$, as i'm investing. If i get the Owner rank, it's enough for me. Your requirements ...
201,007
Well, you only have 1 post, seems strange .... altough, nice work.
1,720
Well, try this : pawn Код: stock Connect_To_Database(){    mysql_connect(SQL_HOST, SQL_USER, SQL_DATA, SQL_PASS);    if(mysql_errno() != 0){        print("[DayZ - MySQL] Connect to MySQL...
130
Well, as far as i know, strcat doesn't support specifiers. Use format method instead. EDIT : pawn Код: strcat(string,""COL_GREY"-"COL_WHITE"Admina vam je postavio Administrator: "COL_ORANGE"%s"CO...
133
This is very nice. I was having a doubt on this, but now its clear. Thanks mate.
453
Welcome back mate. You should try watching some amazing movie and make a server like that? For Example : Hunger Games? (Ah, I'm creating this one)
168
There's no way to make .pwn out of .amx. DeAmx also doesn't give accurate result.
210
Just download MapAndreas plugin and include it in server.cfg, you're all set.
108
I'd rather go with PCs. I agree with justsomeguy and IceCube!
764
You have to access your gamemode, and only after that you can make this happen.
150
That are textdraws and progress bars. Not objects created in Map Editor.
123
SouthClaws's game mode, Scavenge and survive, have a great system for detecting hack. (s 0 b i e t). You should try it, but you should implement other's game mode systems under their permission. So i ...
118
You can also do it in other ways though : pawn Код: public OnPlayerSpawn(playerid)// Maybe your script will give money to player after spawning.{     SetTimerEx("ScoreMoney", 500, true, "i", ...
236
Try updating your streamer plugin. Latest plugin download : Click Here
137
Have you updated to MySQL R39-2? If not do it already.
199
It says error in. " OnPlayerStateChange(playerid=0, newstate=2, oldstate=1)" whereas OnPlayerStateChange have this parameter. "playerid, newstate, oldstate". I suggest removing =0, =1, =2 or whatever...
136