Search Results
Quote: Originally Posted by Ronnie2K SAMP has thousands of players, LSRP can't even hit 500 or even it's peak of 600. When LSRP alternatives opened they skyrocketed with that same PB. So y...
117,206
https://i.gyazo.com/4fc0af5cb47a1002...984b069a12.mp4 old script i've (partly) made for medieval roleplay a while ago.
881
i guarantee you sucess, heck, you may hit that 100 players mark! good luck to the developers !
796
I believe Reyo is a great mapper.
819
yes, errors. Quote: Originally Posted by polygxn PHP код: CreateDynamicObject(modelid, Float:x, Float:y, Float:z, Float:rx, Float:ry, Float:rz, worldid = -1, interioridÂ...
215
1. you can't format the same string twice in the same case. 2. PHP код: Pet[playerid] = CreateDynamic3DTextLabel(string, COLOR_WHITE, 357.120239, 1.712298, 349.232513, 20, playerid);  ...
117
it's a bug within the gm then, find it and fix it.
235
maybe show us your AC_SetPlayerHealth functions?
200
Quote: Originally Posted by Banditul18 This^^^ And also you need the MySQL tag to the variable. new MySQL: handle; yes and the tag, I don't use MySQL often ^_^
205
I don't really understand what you want to do, so you create a array of the 500 size and set the 400th slot to the mysql_connect? maybe you shouldn't set a array to the mysql_connect and just use a...
205
No, it's not really possible with Ruby. To script in SAMP, you need to learn PAWN.
201
kick(id)'s uppercase letter needs to be respected. 'Kick(id);'
150
Very good idea to show us the errors without any code, for all we know you could be missing tons of { & ;.
246
Quote: Originally Posted by khRamin78 PHP код: new array[10]; // 10 = max numbers that will be randomeed can be any thing array[0] = 1000; array[1] = 5000; array[...
297
Код: new myArray[1][5]; myArray[1][1] = 1000; myArray[1][2] = 5000; etc. etc.
297
Add server ip 127.0.0.1 and connect to that since you're localhosting. Have fun mapping.
435
Pretty sure it's a matter of scripting the ability to use them IG using CreateObject and EditObject, adding them to custom.img is not a way.
523
So it isn't really unclear what you want but: You should simply store a variable that contains the amount of food and perhaps a timer that removes the amount of food everytime some time has passed. ...
97