Search Results
Quote: Originally Posted by ZaBraNjeNi See here: http://forum.sa-mp.com/showpost.php?...&postcount=553 Thanks, I tried that, no result
248
Hello goodfellas. I'm using Ubuntu 14.04 ( Release ) and I want to download libmysqlclient_r.so.16, because I use MySQL R39. Can you help me to do this? Thanks!
248
Quote: Originally Posted by maddinat0r Versions below R34 are still on the old ****** Code project page. R34+ can be found on the Github releases page. Some versions don't have download li...
96,665
But can you test my code ? To see if you got the same problem, please ?
212
Yea, but a int variable never can start with 0.
212
Quote: Originally Posted by __ You've changed your code from what was shown in that screenshot. Try again now and take a new screenshot, you've commented out the main part of the code show...
212
Check this filterscript out: pawn Код: #include <a_samp>new DB:MyDB;//==============================================================================public OnFilterScriptInit(){    MyDB = d...
212
Quote: Originally Posted by Lorenc_ The only thing I saw wrong in the image is the SendClientMessage thing, thats what i'm trying to help you fix :P http://imageshack.us/photo/my-images...
263
Quote: Originally Posted by Lorenc_ pawn Код: new Field[20], iNumber[20];db_get_field_assoc(iDatabase, "Number", Field, 20);format(iNumber, 20, "%s", Field); I'm trying to insert t...
263
Quote: Originally Posted by Lorenc_ Why do you need to use DB_Escape? For it? Why not just use Db_get_field_assoc instead or just have the query (string) formatted without the DB_escape on...
263
Quote: Originally Posted by Lorenc_ Image is failing to load, therefore I don't know the problem :/ http://imageshack.us/photo/my-images/121/samp033uy.png/
263
I made a command. pawn Код: if(!strcmp(cmdtext, "/number", true))    {        new query[256], DBResult:Result;        format(query, sizeof(query), "SELECT * FROM `Users` WHERE `Name` = '...
263
Yea, i know this, or like this: pawn Код: const _X = 0,      _Y = 1,      _Z = 2;
112
They are defined in the enumeration, and them vals are: PHP код: _X = 0 _Y = 1 _Z = 2 
112
Hello guys. Let's say i have an array: pawn Код: new const Float: Coords[1][3] ={    {2002.8436,-1645.1097,7.17220}}; and an enumeration pawn Код: enum{    _X,    _Y,    _Z} And if I d...
112
How can I convert a Float into an integer ?
80
How can i delete / dezactivate my forum account ?
177
Hello guys. I have a timer setted at 20 seconds, to check the fuel for vehicles with driver. pawn Код: // Top Of Scriptforward CheckGas();// OnGameModeInitT_Timer[T_CheckGas] = SetTimer("CheckGas"...
96