Search Results
I think you need to use SetPlayerInterior instead of SetPlayerVirtualWorld in line 10. I am presuming bInsideInt is the interior ID of the business, which is completely different from Virtual worlds.
160
I can confirm this, this has happened to me before. Have you tried anything to try and correct it? for example PlayerPlaySound?
317
Limits your FPS artificially to what you want it. Has no effect unless Options > Display Setup > Advanced > Frame Limiter is set to On.
102
I would like to know the cause of this, too. You shouldn't ban anybody for weapon hax immediately unless you are absolutely sure your detection is 100% accurate (very very hard to do). If you detect s...
67
pawn Код: CMD:heal(playerid, params[]) {    new id;    if (sscanf(params, "u", id)) return SendClientMessage(playerid, 0xFF0000AA, "Usage : /heal <ID>");    if(!IsPlayerConnected(id)) ...
91
Definitely some kind of script problem. Do you still have the deagle after it switches you back to fists? if not, something in your script is taking the deagle away, so look for code where it sets the...
115
Impossible in PAWN, it needs to know how big arrays/strings are before compilation.
77
There's an anti lag sync shoot script hiding somewhere on these forums (theres a secret weapon at the top of the forum you can use to find it but I won't tell). Stopping vehicle lag is not in it thoug...
179
You cannot set array/string sizes dynamically, you must explicitly define them. pawn Код: new SpList[MAX_SPS], n=0; mysql_num_rows() is a value that would only be obtainable after the script was...
88
I had this problem. You need to add "?dl=1" to the end of the URL. pawn Код: PlayAudioStreamForPlayer(playerid,"https://dl-web.dropbox.com/get/Public/Erin%20go%20Brбgh.mp3?dl=1"); I also think ...
134
Quote: Originally Posted by Necip The one that you are looking for, is "playing" with the freeze function. Let me give you an example. If you freeze someone and he has that program install...
191
yes its possible but saving raw passwords, ESPECIALLY in .ini files, is a very very very bad idea. https://sampforum.blast.hk/showthread.php?tid=343019 There are tutorials on the forum on how to do ...
100
ALL Gamemode events should return 1, regardless if you have filterscripts or not. IIRC returning 0 breaks things, if you have problems with returning 0 for gamemode events, please tell me.
67
https://sampwiki.blast.hk/wiki/OnPlayerClickPlayerTextDraw or https://sampwiki.blast.hk/wiki/OnPlayerClickTextDraw Make sure you give those text draws you create an ID stored in a global variable, an...
90
On -A- server? So this happens in all servers you go on? Have you tried reinstalling GTA SA and installing SAMP to that new installation? If you did and still have problems, what OS are you using?
106
Where are you putting that loading code? I think you need it to be in OnPlayerRequestClass. So that it automatically spawns them.
153
Definitely timer(s), you don't need to make them update as fast as OPU executes unless youre trying to make the text draws flash or something and give your players epilepsies.
85
First and foremost: have you tried re-installing SA with a clean installation? If you tried that already, I think the problem might be your graphics card. Is any type of weather automatically applied ...
76
Why so much RP, why not make a nice TDM Harry Potter server? The 4 main hogwart school groups (ravenclaw, hufflepuff, etc) could be the teams, and players could use different keys / commands to change...
654