Search Results
Quote: Originally Posted by ikkentim Are you using any other plugins? Show your plugins line from you server.cfg if you can Код: plugins sscanf streamer mysql irc Whirlpool
186
Quote: Originally Posted by Divergent Maybe make sure the default interior, world, and playerid's are defined correctly? Meaning you didn't accidentally edit this in the include? native...
186
Quote: Originally Posted by Cerealguy download streamer puglin again? Already done that. Didn't make a difference.
186
Quote: Originally Posted by Cerealguy Check DestroyDynamicObject in script? That's definitely not it, tried putting it in a filterscript and still didn't work.
186
I have got an issue that it seems I am unable to fix. I am using Incognito's Streamer plugin to stream objects. It has worked in the past, but it has stopped working. I have checked, and: - The plug...
186
Yes, OS is Debian x64, latest version.
94
After searching the web for about an hour trying to find a solution to this, I find no other option but to consult the forums. Here is my sscanf line: pawn Код: sscanf(line, "p<|>e<dddff...
94
Uh... could you rephrase that?
84
I never put comments in my code unless they are reminders to myself such as "Hey, do this cause you need to do it to finish this feature". I haven't really made any scripts intended for release, which...
853
Hmm... There must be a way to prevent the death screen, right? One way or another..
85
Hi, so I'm researching and trying different things in order to make this work. I am attempting to prevent characters from dying at all, in order to make my custom damage system work. However, I have...
85
Quote: Originally Posted by Gus_Stone feel free to +rep if it helped you I'm sorry for being all off-topic here, and I'm sorry, but when I see this I just facepalm too much. You don't ...
146
Yep, as MP2 said, put some debug messages in there to find out where it stops executing. pawn Код: print("DEBUG: Running EnableStuntBonusForAll(0)"); When you've found out what's causing it, you ...
70
If you wish to make it check if any player at all is close to the player, you should run a for loop pawn Code: for(new i = 0; i < MAX_PLAYERS; i++){     // Put code here}
191
You need to use a custom (non-native) function to replace "LOL" with "Laughing out loud", which can be achieved using the following functions: pawn Код: native Strfind(const string[],const sub[],b...
136
Quote: Originally Posted by shahryar2 Код: SetTimer("waittimer", 300000, false); //Normal Mode 5 minutes Change that to Код: SetTimer("waittimer", 30000, false); //Normal Mode 5 ...
10,104
Updated my post above, you need to add return 1; Quote: Originally Posted by AustinWeerdGuy Well, its working the first time then it doesnt work anymore. Will also try this. Thanks Als...
10,104
You're not sending a playerid along with the 'robtimer' timer, which means you shouldn't be able to rob in the first place. Change this: pawn Код: SetTimer("robtimer", 60000, false); To this: ...
10,104
Quote: Originally Posted by (*|Flake|*) You've never defined a variable for level therefor you've never given the player a wanted "level" If you want to give them a wanted level just use ...
156
Quote: Originally Posted by Sergeant This topic name might be wrong regarding this subject which i could need some help with, but anyhow. Inside this script part, i'm trying to add that w...
156