Search Results
Quote: Originally Posted by Algelis thank you sir I'm not quite sure it's a compliment. Also, why do you need 15 different variables that contain nothing useful? PlayAudioStreamForPlay...
1,007
Quote: Originally Posted by ****** No, you still have too many dimensions - why do you need the string in a single-element slot? Right, I know I'm not the original poster of this, but n...
164
How about doing this instead? pawn Код: new const func[][] ={ {"Text example"}, {"Text example 2"}}; And later on you just use the array in wherever you want it: SendClientMessage(playerid,-1,...
164
I didn't even notice... so I'd say didn't really affect me that much. Change is what keeps things alive, so I'd say it's ok.
2,947
Download the plugin version that was used to make it then. Not optimal but should work.
179
You also need to update the include of the plugin (and recompile) which WILL cause incompatibility.
179
If I remember correctly, instead of loading mysql.so I loaded mysql_static.so. Should be included in the same package.
250
Quote: Originally Posted by RichKiez I can not find the memory.dll file in your gifthub. Help me Go to releases tab, just above the files.
5,596
Код: while(fread(handle,string)) if(strfind(string,removed) == -1) { fwrite(ftmp,string); break; } Use that or change it to strcmp and compare the entire length of the string.
312
Quote: Originally Posted by GameOvr Hey nice work but if u can u give me the source code of tde.dll plugin so I can convert it to Linux There is no use of having it on linux as ALMOST N...
15,676
Wouldn't work if AC is hooked on OnPlayerWeaponShot. Would desync all admin bullets
206
Treating admins differently than regular players is a big no no. Double standards perhaps? Either way, if you want to disable it for admins you need to find your admin variable and the function that ...
206
I personally do not like the spacing for 'username' and 'password' font as it makes it a bit tough on eyes to read. Also, instead of a black borders, why not add some colour or perhaps transparency in...
168
Quote: Originally Posted by Zeus666 You are totally zero at scripting if you're not giving him THIS tutorial. Why are not giving him this tutorial? The best countdown tutorial https:/...
284
So lemme get this straight... You want us, to write entire gamemode or at least part of it and give it away just like that? This is 'Scripting Help' board NOT 'Script This For Me' board. So no thank y...
284
Not the database but the query, such as: 'SELECT FROM `TABLE`' / 'UPDATE' or something of sorts in your code.
126
SendClientMessage can only write to a single line. If you want multiple lines then you need to call SCM again with a different text in it.
132
You need to use PlayerTextDrawTextSize to define the clickable area.
131
I'm not quite sure, it seems to compile just fine for me. Try downloading a new sa-mp package and replace the compiler or perhaps try a different compiler altogether? Zeex's for example?
152
From what I quickly spotted you have 2 opening brackets. "((". Remove one and see if that helps.
152