Search Results
Quote: Originally Posted by Mckarlis This is not mutch + if you only fixed bugs thats hardly anything but anyway nice job. Exactly, I didn't even knew my script had bugs Anyways, I've ...
341
This is a AWESOME Filterscript REP +1
1,502
I didn't understand nothing from this script. plz explain
342
Hey guys... when I start a server and I make the login the Server crashes so I got the crashdetect plugin and this is the message: Код: [00:10:53] [debug] Server crashed while executing gamemode.a...
63
pawn Код: private DOF2::SwapSortedEntries (a2 [2], b2 [2]){    new c [2];    c [0] = a2 [0];    c [1] = a2 [1];    a2 [0] = b2 [0];    a2 [1] = b2 [1];    b2 [0] = c [0];    b2 [1] =...
96
what? the clock auto sync's
145
well I have a system like this but diferent.... pawn Код: while(mysql_fetch_row_format(Query,"|"))            {            mysql_fetch_field_row(savingstring, "bX"); bInfo[id][bX] = fl...
131
format(Query,sizeof(Query),"SELECT * FROM banka WHERE ID =%d",id); change it to format(Query,sizeof(Query),"SELECT * FROM banka WHERE ID = '%d'",id);
131
Quote: Originally Posted by DarkWolfff Код: C:\Documents and Settings\Mihai\Desktop\GM\gamemodes\Godfather.pwn(2689) : warning 209: function "IsAtLicenseplace" should return a value C:...
92
So hai guys, today I'll teach you guys how to make a simple countdown system to begin we'll create a variable: pawn Код: new CountDown = -1; We forward the countdown pawn Код: forward countd...
204
do you have SetPlayerPos like that? with those x,y,z?
103
Quote: Originally Posted by ShivRp what abt the latest mysql r7 plugin please help mysql_query format is changed, can i get new version dude,, i tried a lot scripting top! mysql_query ...
282
can anyone help me? I get this: this is really wierd!!! help me please my PHP Code is this one: PHP Code: <?  /* ***Made by: Nodroz*** *** Enjoy your signatures! *** */ $username="...
2,770
well maybe your pawn Код: public OnPlayerText is messed up
92
hmmm change those <> to [] and try that out
204
When a player connects, I want only for admins to see the AKA (in this case do RCON) example: *** Player PLAYERNAME (ID) joined | AKA: PLAYERNAME [IP_ADRESS] [OTHER NICKS] and to store the aka in a ....
97
Hai, Im looking for a AKA Simple but I cant find any, so im asking how to make this system all I know is that when a player connects you have to store its IP and nickname, but how?
97