Search Results
c,d, e, and 3 keys not working on my keyboard.. any solution? tried cleaning it but didn't worked
18,981
This is not how you do it. If you want to add one gamemode to another, make one a filterscript and load it in the other gamemode. I'm on my phone so can't send the code. Edit: the gamemode line in se...
62
Can you please explain what do you want in your aka system? Do you need a command or something?
97
Hello guys. I'm not a newbie scripter, I have a bit of experience in Java and C++ . I started scripting in pawn a long time ago but never worked on a big project. Since I'm developing a gamemode, a fe...
60
I started like an year ago. I was in a roleplay server and I always had great suggestions in mind. I thought scripting would be too hard, I always appreciated the work of scripters. When they posted t...
1,159
If you're asking whether the timer works for offline player or not, the answer is no. Although, you can use SetTimerEx to set a timer which carry the name of the player, so if the player disconnects, ...
54
Hello everyone. I was an amateur in scripting like an year ago. I left SA-MP 10 months ago to do good in my studies. Examinations are coming closer and I will have a lot of free time after that (summe...
216
You copied/got it from somewhere, or even if someone send you this, you don't got the stocks or variables that are mentioned in that script
96
could be a problem in your color define
122
pawn Код: public OnGameModeInit(){     // PUT IT HERE     return 1; //before the return}
150
it maybe caused by bad mods, if you installed any recently
152
Welll, It happened with me some times, the reason(s) I figured out was- 1.PC was damn slow, some other programs were eating up the RAM, so leave it untouched for few seconds to let it compile 2. Scri...
130
just check all loops , search for "while" in your script now if you find anything like this- pawn Код: new v=6;while( v > 5 ){     v++;} now, read my text carefully, and try to understand ...
114
I know I shouldn't, but let me tell you some bullshits in your filterscript 1. You have all the callbacks in it, which are just not needed, remove all of them. 2. You didn't even #define FILTERSCRIP...
321
a filterscript for just a command? seriously? you could have wrote a tutorial instead
321
you just don't get it... this callback is called only when some specific vehicle get damaged... the variable "vehicleid" is for that specific vehicle only... it doesn't repair all vehicles pawn КÐ...
133
I tried to learn scripting a year ago, but it seemed hard... but when I tried to learn from the wiki, I started making my own gamemodes just after a month... https://sampwiki.blast.hk/
161