Search Results
Update: none of my stats are saved in the database, I didn't have this problem before updating to 0.3.7, what's the problem?
67
Hi I have a little problem inserting a string in a database field. The string is saved in the var: pawn Код: PInfo[playerid][TikiString] And whenever I wish to change the string, and then displa...
67
Update, I have unloaded the modular island and stunt island filterscript and now everything works fine...
84
Crashdetect doesn't seem to find anything special. The serverlog is: pawn Код: ----------Loaded log file: "server_log.txt".----------SA-MP Dedicated Server----------------------v0.3.7-R2, (C)2005-...
84
Hi Ever since I have updated my (test)server to 0.3.7 I tend to crash on spawning or nearing maps that have alot of objects. It's weird because I didn't have this problem back when I used samp 0.3z.....
84
Quote: Originally Posted by Aliassassin123456 Nice To See This After Latest Version (0.3zR1 Released On 13/02/2014) BUT I have a question! Why Your Purpose For The Next Version Is Adding S...
32,439
Thanks So I assume the green traingle only pops up when there's no obstruction, right?
63
Hey I was wondering, if you use the function GetPlayerTargetPlayer but if the target player is hiden behind an object that has been created through CreateObject, what will GetPlayerTargetPlayer return...
63
Looks very good, thanks for sharing
686
Open a new Pawn, clear all the code that's in it, paste your map code in the pawnfile. Next you click on the the replace text button on the top of the script, and there you replace Create with Move So...
180
Hi I noticed there are a few bugsin SAMP concerning surfing on moving objects. I'm making a wipeout map, where the player has to finish a parkour with alot of moving objects, however when a player ju...
46
Hi there I was wondering, is it possible (and if it were possible how should it be done) to look for an object which size is the most corresponding with a given object? For example a function like t...
58
You should open the streamer.inc and then on top of the script you will find MAX_PICKUPS and then you could adjust that value, but I don't see why you'd want to do that
90
Hi I was wondering, how could I change a specific character in a string, without having to reformat the entire string manually? I tried using strins and strdel in order to do this: pawn Код: str...
139
Quote: Originally Posted by Nero_3D Well I have no clue why you use a string for that if you just could put that in one 32 bit cell (a normal variable in pawn) with bit manipulation To co...
148
Quote: Originally Posted by fordawinzz use sscanf and delimiters. And how should I use sscanf to reverse formatting?
148
Hello there I'm making a tiki system (like horse shoes) where a player has to find 25 tikis that are hidden in the server. One of the most important things about this is that even when a player has d...
148
Quote: Originally Posted by nemesis- Just so I understand you (and correct me if I'm wrong on any item): 1) If a player picks up a tiki you want to populate a variable as 1. 2) When the p...
149
Hello I'm making a tiki system, where the player has to find 25 tikis that are hidden in the world. Now everything works flawless, however I have a problem saving which tikis have already been found ...
149