Search Results
Well I guess there are some limitations about what you can do and what you can't do about the game. After all sa-mp is just a mod which doesn't give it full rights to change everything.
213
Just create an array which contains the coordinates that you want the object to spawn randomly on and use the random function to get a random position in the array.
238
I got it working, didn't know that whirlpool was compatible that easily with php. Thank you.
109
Haha true, I formulated it a bit wrong. Is there a way of using whirlpool in php though?
109
Hello there. I'm currently coding a UCP for my sa-mp server where you will be able to read info from a mysql database where the character info is saved. I also made a login system where you log in wit...
109
Quote: Originally Posted by gtasarules14 It still does not work, any other solutions? pawn Код: CMD:setadminlevel(playerid, params[])    {    if(!IsPlayerAdmin(playerid)) return...
97
Start by changing the sscanf parameters to "u" instead of "us[128]" since you have no string to insert. pawn Код: CMD:setadminlevel(playerid, params[])    {    if(!IsPlayerAdmin(playerid)) ...
97
Make sure that you have the newest versions of the plugins in your plugin folder and that you have added the plugins on the line "plugins" in your server.cfg file. If you use linux, remember to add .s...
246
Quote: Originally Posted by davve95 I just lend the topic a bit, I have a similar question.. How to make so you can't rob it again if you already robbed it recently?. I think it will wor...
209
Quote: Originally Posted by Crazydriver Yes but i use Mysql DB will this work on there? As long as you don't want the variable to be saved when restarting the server and continue after...
209
Quote: Originally Posted by DaniceMcHarley As explained above, assign a variable for example Код: new Bankrob = 0; CMD:robbank(playerid,params[]) { if(Bankrob = 0) { // do your code...
209
Just create a new variable which checks with the server if the bank is being robbed. If someone robs the bank the variable is set to 1 (true) and when the next player comes to rob the bank the script ...
209
Well thanks guys, it worked by using the static version of mysql. Now however, I'm facing another problem. When I started the server all the tables were created but for some reason when you try to reg...
121
Quote: Originally Posted by X3nZ True RP shut down, like everyone said.. search on the SA:MP client and find one that you enjoy! True roleplay is re opened since january 2014..
485
Quote: Originally Posted by PatrickShifflett My server is hiring Faction leaders mods and so. More info below Hahaha that made my day /facepalm... There is one server that I could reco...
485
Well what is the difference between the static version and the normal one?
121
Allright, so I hope that you could help me with this. I bought a host on volt host and wanted to install my server with mysql on it. However, when I launch the server I get this in the console: КоÐ...
121
Use this editor: http://forum.sa-mp.com/showthread.ph...light=zamaroth Then search wiki.sa-mp.com for the functions needed.
66
Personally I see why some people don't like this new sync due to that they got really used to the small amount of lag when shooting someone. I still think that this update is better than the lag shoot...
1,331