Search Results
Is it possible to create folders in models to organize things? Like: "models/skins/...", "models/objects/...", "models/attachments/...".
36,297
Quote: Originally Posted by Westingham Could somebody please explain what a "weather cull zone" is? Clouds and birds wont come through building. Some of new objects: http://imgur.com/r...
15,861
Did you updated plugin and include folder?
96,332
Quote: Originally Posted by Gigi-The-Beast Hey B-Matt, that is what I was looking for, I didn't know that LOG_ALL logs the query, so it would be LOT easier to find the problematic one. The...
96,332
Quote: Originally Posted by Gigi-The-Beast The problem is not with every one of them. Anyway thanks for your help, I'll just debug one by one. There is no easier way to find that error....
96,332
Quote: Originally Posted by S4t3K BlueG's one, the best and the most popular arround SAMP. And he doesn't have to know how to use threading if he uses the plugin in R6 or below. But it's ...
221
This should be a filterscript. Includes should provide you some functions to help you in coding (like YSI, SQLitei, etc.) not AFK anim.
236
Which operating system you use for your server? Give us that message from the console.
96,332
Quote: Originally Posted by MP2 There are at least two reasons this should be English. 1. This is an English forum. Nobody here is going to use your script if they don't understand the fu...
327
Quote: Originally Posted by iZN I've already asked that question above. Also, they aren't critical, you can use it except you break anything by yourself because OnQueryError is having issu...
96,332
Quote: Originally Posted by itsCody mysql_close bug is fixed in the newer version I asked is there any new critical bugs in newer versions.
96,332
So I can use r37 normally or there are some bugs? I still use r34 and bug with mysql_close is annoying.
96,332
Quote: Originally Posted by newbienoob How could they MISSED this two important functions? SetObjectVirtualWorld and SetObjectInterior Because you could use streamer where you can defin...
33,838
Quote: Originally Posted by RealCop228 What ever happened to Pain123 developing this plugin? maddinat0r is a Pain123 xd
96,332
Quote: Originally Posted by rouzbeh hello guys ... i have a rpg server using mysql system my database have 8 Tables every have 20 columns + 1 Table have 200 columns and that 9 tables updat...
96,332
Quote: Originally Posted by Tomer!.$ Question! Is there a way to query two strings? What you think?
96,332
Quote: Originally Posted by caoraivoso3 i use this function and i add a new field to create in mysqldb. mysql_function_query(g_Handle, "CREATE TABLE IF NOT EXISTS `users` ( \ `id` int(...
96,332
Quote: Originally Posted by Kar Why are you guys so crazy about speed? The plugin runs pretty fast already wtf why don't you guys focus on removing crashes and bugs and improve stability (...
96,332
Quote: Originally Posted by Pain123 Use "127.0.0.1" instead of "localhost". When we can expect the R32?
96,332
Here's mine code for health and armour adjusting. pawn Код: HealthAdjust(playerid, Float:Health, Float:Armour, Float:Damage){    if(armour <= 100.0)        Armour -= Damage;    if(armo...
104