Search Results
Quote: Originally Posted by Darkers Also try to update all your plugins. This one.
163
Maybe the to put the crashdetect in first line before streamer. Also try to update all your plugins.
163
What happened if you compiled the gamemode?
163
Here is Chinatown RP download link. Next time use /search
86
How do I create command for this creategate system from mysql? pawn Код: stock CreateGate(Float:X, Float:Y, Float:Z, Float:grX, Float:grY, Float:grZ, Interior, VirtualWorld){    new gateid = G...
43
Anyone can help me create gate system commands? I just didn't have /commands for it. Код: enum gateInfo { gateName[50], gateModel, Float:gateX, Float:gateY, Float:gateZ, Float:gateRX, Flo...
63
EDIT: Fixed, thanks Vince! Now I fully understand why!
296
Quote: Originally Posted by Sithis Clearly your tables don't exist, or you are connecting to the wrong database. I don't think it's connected to the wrong database nor the tables doesn'...
296
When I hosted my server via my PC with xampp, it work fine but when I host my server to be online and setup mysql as I do with xampp, it doesn't work like I want it to work. Heres the different betwe...
296
Try the second one, if it still same, maybe show us your BuilderCP
139
Try this Код: public OnPlayerEnterCheckpoint(playerid) { if(BuilderCP[playerid] == 1) { DisablePlayerCheckpoint(playerid); new randobj = random(3) if(randobj == 0) { SetPlayerAttach...
139
I've this problem before, I recommeded you to use static_mysql.so since it fixes my problem too.
83
Nevermind, I found fix which is I should use old version of streamer (since someone recommeded it) which is 2.7.8 and it works fine. Thanks for your quick reply. I appreciate it!
87
Well, recently I just update my current plugins which is streamer and irc. After it, my plugins is failed to load expect mysql and whirlpool. My SAMP currently version is the latest one and I've recom...
87