Search Results
Quote: Originally Posted by Pottus That wouldn't do anything unless you have timers calling that function. For whatever reason it did fix it, don't ask me why.
83
Thanks a lot, works. Should of checked the documentation myself ;x
60
I'm facing the problem that whenever I create an object (using a streamer), it won't actually show up unless I walk 1 tick. Is there a way to solve this? Because I'm showing a new object (and destroyi...
60
I actually just got it fixed, had to make the function public which fixed it. Thanks anyhow
83
For some reason my textdraw sets string in a another textdraw while it isn't even supposed to do that. I've checked my code 200 times and it updates the string in the correct textdraw (player_td[play...
83
Everyone in my server has to deal with this, you simply press 'tab' and instantly you see the mouse disappear and you can play as normally but with the tab screen.
165
Everyone in my server has this problem, not just me... The first thing I did was looking at that callback but with no result.
165
For some reason we can't (everyone in my server) use our mouse cursor, it just disappears while we're in 'tab'. Does anyone know how to solve this?
165
Nevermind, fixed it. Forgot to add another plugin to the plugins line.
63
I honestly don't have any idea why this is happening, all includes and plugins are up to date. I hope anyone else may have an idea... Код: SA-MP Dedicated Server ---------------------- v0.3.7-R2,...
63
If they press escape it will return false (!response), which is assigned to 'Female'. What that line does; Код: if(response) { PlayerInfo[playerid][pGender] = 0; } else { PlayerInfo[play...
77
I would do it like this, if the response is true, it means they have chosen to become a male, if response is false they have chosen to become a female. There is no need to first check if the response ...
77
** I've tried asking in the plugin's topic but no luck there as no one responded. Everytime someone uses a command on the irc channel it somehow gets activated twice. This doesn't happen on the windo...
62
Код: IRCCMD:m(botid, channel[], user[], host[], params[]) { if(!IRC_IsVoice(botid, channel, user)) return IRC_GroupSay(gGroupID, channel, "4» You do not have the correct privileges to use this c...
20,602
Hello, I'm having trouble with the plugins. When doing !m message, it displays the message with IRC_GroupSay twice on linux. When running the same script with a windows plugin, it works perfectly fi...
20,602
Experiencing same problem, how can I fix this?
86
I have no idea if this was ever reported before, but it seems that gettime(); under OnFilterScriptInit makes other filterscripts unable to load upon a server start. I have no idea if the same happens...
146