Search Results
That's because you set the TextSize too low.
111
pawn Код: new Text3D: test = INVALID_3DTEXT_ID; - tag mismatch. Is it possible to avoid that? edit: there is a solution. pawn Код: new Text3D: test = Text3D: INVALID_3DTEXT_ID;
54,903
Show us how do you store the vehicleid variable.
97
Just yesterday I completed the Mafia 2 storyline again and was searching the internet if Mafia 3 is confirmed. There were still old rumors only, so I thought there wont be a continuation. And now this...
1,449
What's wrong here? The code works though. pawn Код: #define CheckIfUpper(%0) (%0 > 64 && %0 < 94)if (CheckIfUpper ('A'))    printf ("It's upper!"); Код: warning 206: redundan...
54,903
You can easily do this with the file system. Take a look at this.
170
I have a simple question. Wiki says that per-player texdraw limit is 256. Does that mean that every player can have 256 textdraw created for him, or 256 player textdraws created overall?
122
Forgot to mention that I checked all the folders possible. :/
108
sup. so I tried to use Slice's mailing include and it didn't go very well. The .php file debugs that the mail was sent succesfully, but there's no new mail messages in the email Im trying to send a m...
108
Seems like setting up a delay before calling the function fixed it. Thanks! I'll post here if anything still goes wrong with the mysql_close.
95,885
Yes, everytime it's caused by mysql_close; take a look at three last crashes: Код: [01:00:34] [debug] Server crashed while executing bcrpg_main.amx [01:00:34] [debug] AMX backtrace: [01:00:34] [d...
95,885
Quote: Originally Posted by maddinat0r Okay, try re-downloading and re-installing R34 (re-installing = replacing all files with the new download; don't forget the libmysql.dll!). Sorry ...
95,885
Thank you! This looks simple to modificate & add more fields to check.
151
Sorry for bumping this, but I'm really interested in this. Anyway, I have a question: Quote: Purging obsolete data Whenever a weapon is taken away, do not forget to delete it from the dat...
7,721
As I'm not in a hurry to do this, I'll just wait a few days, maybe someone will come up with an idea. Anyway, thanks!
151
AFAIK multiple queries are disabled? click
151
Hey lads, let's say there are 3 rows in the table: Код: Name ------ Money ------ WantedLevel Test ------ 1000 ------ 11 Test2 ------ 40000 ------ 20 Test3 ------ 1337 ------ 50 Now, for exam...
151
The problem is that I can't use newer version than R34, as right now I'm using Windows XP, which doesn't support KERNEL32 library. EDIT: pool_size was added in R35, so I can't even use it. :\
95,885
Code: [15:37:41] [debug] Server crashed while executing bcrpg_main.amx [15:37:41] [debug] AMX backtrace: [15:37:41] [debug] #0 native mysql_close () from mysql.dll [15:37:41] [debug] #1 0007d0e8 in ?...
95,885