Search Results
I'm not sure if samp does it on its own or not but it wouldn't be a bad idea to do it.
65
that doesn't work it out puts cmd cmd cmd cmd cmd cmd cmd cmd
80
I am using ycmd and trying to use the example that ***** gave so when you do /commands it displays all commands and its a cmd you never have to update PHP код: YCMD:commands(playerid, params...
80
Quote: Originally Posted by ****** You know you can add favorites to the regular launcher, right? You do know that y_bit doesn't work right? Like at all. You do know the your shitty Se...
217
I am working on a stand alone launcher for my community to where they can add servers to their favorites etc, I was wondering how I go about launching san andreas without singleplayer being started an...
217
Quote: Originally Posted by Lordz™ I suggest you to check once more in regarding fists getting called on OnPlayerWeaponShot. A small snippet for debugging? pawn Code: public OnPlayerWea...
404
Quote: Originally Posted by Vince This particular cheat creates bullets so it may or may not be called, just keep that in mind. Its called every single time without fail i've been testi...
404
Quote: Originally Posted by Lordz™ Trying to check "weaponid" as 0 won't be working. AFAIK, weaponid 0 doesn't get called. Secondly, usage of pVars here are not necessary. You could use ...
404
This script stops the below mod https://www.youtube.com/watch?v=S7nQRUgVQYk http://pastebin.com/8zrqi5EU Save that to antiMGB.inc add #include <antiMGB> to the top of your game mode pawn ...
404
Hide the textdraw set the string reshow it to everyone
219
Quote: Originally Posted by ColeMiner That's not how IDs work, I seriously doubt the streamer plugin does that and instead suspect it is another bug in your code. Assumptions are bad. G...
144
Change this rteamtotal = bteamtotal = to this rteamtotal =
219
pawn Код: public OnPlayerRequestClass(playerid, classid){          if(IsADonatorSkin(classid) && pDonator[playerid] == false)          {                SendClientMessage(...
162
Okay so I am having a few problems with incognitos streamer. Lets say a player sean places his boombox it calls this code pawn Код: playersBoombox[playerid] = CreateDynamicObject(...); then he ...
144
get rid of INT: and FLOAT: infront of all the variables.
88
You need to just remove this chunk else(isplayerwell[playerid] == false && health >= 30) { ClearAnimations(playerid); isplayerwell[playerid] = true; } c...
171
Quote: Originally Posted by dugi No, the plugins are server side only. Should look into updating it to at least read files in the players game directory. Would make it a lot easier to c...
379
Is it possible with the samp plugin devleopment kit to see if a folder exists in a players game directory? I'm not asking how to do i'm just asking before I spend the next 6 hours + trying to do it on...
379
The above code will still show the error. just declare the variable as a bool. new bool:Speedo[MAX_PLAYERS char]; Not sure if this is a good use for that there or not but that should compile just f...
103