Search Results
Though, I cant find any tutorials for MySQL R39 ... any links plz?
101
So the wiki page indicates that BlueG's MySQL is the most used one, and I heard it has multi-threaded callbacks, but I just need a confirmation from some1 who uses a MySQL database for his server
101
I would really doubt that you are using more than 16 filterscripts for your server :P , but check if thats the case cause samp limits the amount of filterscripts to 16, I actually dont know if it retu...
84
Hey guys, I got an issue with SetVehicleToRespawn. The code is actually executed successfully on the specified vehicle, but instead of it returning to its original position, it disappears, as if I use...
57
One time I used outline by mistake and it was so ... unpleasant for the eye lets say... dont you agree? EDIT: It works great with an Alpha level of 33 Thx +rep
98
Is there any way to change the color of TextDraw Shadow? :c
98
Quote: Originally Posted by SlimDkhili maybe server lagging , your ping is > 200 , contact your hoster If everyone who had a latency higher than 200ms was considered as "lagging"(esp...
295
Quote: Originally Posted by SuperChock after one of the players to move the blip disappears! Sorry I really dont get what you mean here. Do you mean that when the Taxi player starts hea...
140
Go to your server.cfg and make sure to make nativechecker the last plugin in the list there. So it should be the last plugin to be loaded.
95
Am sorry I was wrong. I apologise for that. This should do do it hopefully Код: if(sscanf(params, "s[128]dD(1)", choice, doorid, amount)) Good luck mate
100
I guess u meant "GetPlayerName" instead of "getPlayerName" ? If not than add what O_x posted but make sure it is outside any callback. Preferably at the top of the script under ur includes and defines...
190
Increase the array size for whatever array is giving this Runtime error.
67
As I said lol. Y didnt u change it? Change this : Код: if(sscanf(params, "s[128]dD", choice, doorid, amount)) To this: Код: if(sscanf(params, "s[128]dd", choice, doorid, amount))
100
Add this at the beginning I guess: Код: RobbingInfo[i][pRecently69cent] = 37; And Iam wondering how is it working fine as you are using decrementation (--) o.O
175
Try changing the dialog id to a realistic one... like 20 for example... u have passed the dialog limit with this ID, so it wont work. Also shorten your Dialog caption/title as it seems to exceed the l...
62
Well try this code: (Note: due to possible tag mismatching I changed "12.5" to "12". I advise u to do so) Код: if(dialogid == 14) { if(!response) return ShowPlayerDialog(playerid, 8, ...
1,175
Does the client message show "inputtext" correctly?
1,175