Search Results
Yeah how can I do this as filterscripts Akira? Thanks for replying too.
211
Hi, Lately I've been interested in a modular/part-by-part script. Basically, my interpretation of that is this: You have say five files: Main script (Main commands, main everything) Business scrip...
211
Seriously, what's wrong with this damn thing? pawn Код: error 006: must be assigned to an array Here's the whole code to my /setrank command of which I'm trying to make work. pawn Код: CMD:...
60
Hey everybody. I'm using ZCMD & SSCANF, and I wondered if I could get some help: This command is not working. Basically, I want it to be able to use /setrank [playerid] [rank name] with the rank ...
79
I know how to adjust the damage, but, is there a way to adjust the weapon range? Such as... pawn Код: new Float:x, Float:y, Float:z;if(WeaponRange(playerid, 2.0, x, y, z){   DAMAGE CODE HERE, E...
192
No, no. I aint using MapAndreas, I'm just wondering if there is a way to adjust the ranges of a weapon in SA:MP. Is there a function or whatever?
192
So whoch functions do I use to do the things I want to do? @realcop, big fan of yours.
192
I'm thinking of doing a little system to get myself started in the big scripting things. The idea is to be able to buy guns and then customise them in a certain way; I know how to do that, and I'm go...
192
Anybody got some assistance to give me with this?
104
I'm going to be developing a little faction system soon, after a while of making systems I think I may be ready. All I want now is for somebody to give me a little boost so that I can understand this ...
104
Wherever you have used that particular dialog, change the style (second param) to DIALOG_STYLE_PASSWORD. Also check all of the dialog styles relating to that dialog, such as if you fail a password att...
179
This may seem nooby, but how do I make it so my script disallows dual weapons such as dual sawn-offs & Colt .45s? Is it something to do with SetPlayerSkillLevel?
72
Can somebody tell me how to start up things? Such as, paying to get the forum and hosting for it and such. I can do it, I just need to find my feet a little bit. Plus, what do you all recommend in te...
231
So basically, if I have a host, I dont understand how I can restart the server. ATM, I have a server.exe which is used to run on my own host. How do I start/restart the server? Will I still have to r...
231
Okay, so by now I'm an intermediate scripter. I've worked and worked through a few sleepless nights (it sounds sad, I know lol) to come to terms with many functions, forwards, callbacks and saving met...
231
I was doing stuff like this: pawn Код: public OnPlayerConnect{         if(PlayerInfo[playerid][Cop]         {         if(IsPlayerInRangeOfPoint(playerid, AREA51COORDINATES)) return...
93
I want to create a minefield around Area 51 that only members of the Cop faction can use. I use ZCMD, Y_INI. I don't really want you to tell me the command, just what functions to use and how to set ...
93
If I use this, it just returns the SendClientMessage. I'm using sscanf, not sscanf2 or anything like that by the way.
95