Search Results
I'm an experienced scripter looking for some paid work. I can do just about anything as long as it doesn't involve MySQL scripting, I've been on and off Sa-mp in the past years and I've always stayed ...
197,501
I'm an experienced scripter looking for some paid work. I can do just about anything as long as it doesn't involve MySQL scripting. I don't have time to become a full-time scripter, I'm looking for so...
197,501
I have used Dini for the past 4 years and I've never had troubles with it, it works fine but I guess it is different for each gamemode, e.g. I've never made a big RP gamemode. Now Stanford, I got att...
143
Well, I'm assuming you could just add an extra line to that. Look at rule 20. pawn Код: CMD:rules(playerid,params[]) {     new string[500];     string = "1.Do not jack other's car while they ...
101
Oy Josh ya got a lil' problem in the formatting there. Let me demonstrate; pawn Код: format(string, sizeof(string), "%s %s:"COL_WHITE "%s", atext, RemoveUnderScore(playerid), playerid, result); th...
114
Hello, You might find your luck in the tutorials section, maybe the server support section and this: https://sampforum.blast.hk/showthread.php?tid=92 Kind regards, Mike Peterson
55
Ok, first thing to do is debug. add print messages before and after you used the setplayerpos command and check your server console afterwards, tell me whether or not both print messages (ones before ...
150
To be honest, and I'm sure I'm not the only one who thinks about this: Look, the problem is that a lot of people that are rather new to SA-MP get interested into the sa-mp scripting biz and expect it...
97
Well, I'm not going to make an advanced faction system for free However, I can not imagine that there are no faction systems released on these forums. You might want to search in here: http://forum....
80
Oh, I was reading it differently. If you haven't yet, make a variable that stores the kills of each team, at onplayerdeath you add a check like if(gKills[gTeam[playerid]] >= 200) commence the end ...
97
Hey Cody, There's a parameter in the ApplyAnimation function called 'freeze'. Read more upon it: https://sampwiki.blast.hk/wiki/ApplyAnimation Anyway, try this: pawn Код: ApplyAnimation(id,"BLOW...
97
Quote: Originally Posted by TraniLurese Cyka. If don't help, why comment? To warn you about breaking the rules I've read your post and I tried to understand it but I have no idea what ...
81
Search for anything that interupts the creating-process during the gamemode, having a lot of timers running will certainly make it load slower too, especially when you don't have such a powerful serve...
169
To my knowledge you're going to have to do this manually. Renaming the functions won't work as the functions in y_ini have different purposes than sii. However doing this manually means you're going t...
79
Well, if you are going to make it yourself I can recommend you to use Zcmd, sscanf and y_ini or MySQL for best performance. Goodluck! Kind regards, Mike Peterson
80
You're requesting a script, therefore you are posting in the wrong section. This section is for help only, if you want to request a script, post here: https://sampforum.blast.hk/showthread.php?tid=413...
130
If you want to request a script, go to the Script Request section. Otherwise, update your thread with a more decent description of what you need help with. Kind regards, Mike Peterson
97
Obviously you're new to scripting, I suggest you read up on some tutorials first. To make a database, you can use a wide variety of tools. You could use y_ini, MySQL, Dini, or fwrite for this occasio...
69
I quickly need something translated from French to English, and none of my French friends are online :/ ****** translate gives me something vague. FR: 'En attendant la PlayStation 4, Sony renoue avec...
121
What happens if you use https://sampwiki.blast.hk/wiki/SetPlayerArmedWeapon after adding a jetpack to someone? And realize that MTA has different functions and features sa-mp doesn't have, and vice v...
106