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.
362,154
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 ...
362,154
Well, you only have 1 post, seems strange .... altough, nice work.
2,579
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...
220
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...
202
This is very nice. I was having a doubt on this, but now its clear. Thanks mate.
724
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)
320
There's no way to make .pwn out of .amx. DeAmx also doesn't give accurate result.
344
Just download MapAndreas plugin and include it in server.cfg, you're all set.
164
I'd rather go with PCs. I agree with justsomeguy and IceCube!
1,080
You have to access your gamemode, and only after that you can make this happen.
306
That are textdraws and progress bars. Not objects created in Map Editor.
221
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 ...
191
Good job! Impressive!
1,317
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", ...
416
Try updating your streamer plugin. Latest plugin download : Click Here
253
Have you updated to MySQL R39-2? If not do it already.
310
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...
198