Search Results
Is there a way to sort an array without changing the order of the array which stores the data. And to save the sorted IDs of the data-array in another array. Example: Код: new dataarray[5][2] = ...
3,429
Please add support for real fonts in Textdraws (like it is used in SetObjectMaterialText). This will be extremley helpful to create custom dialogs/menus (Clickable Textdraws). Or add this as a differe...
5,978
You should provide some information about your hardware and your os.
139
You used the wrong objectid: Код: TestObject = CreateObject(19449, 969.92, -1419.15, 14.26, 0.00, 0.00, 90.00); SetObjectMaterial(TestObject, 0, 19449, "carshow_sfse", "concpanel_la", 0xFFFFFFFF...
271
I think it will only beep if they have speakers connected to the root server.
71,203
These functions replace the modified texture of an object ( Set(Player)ObjectMaterial ) with the original one. Код: stock ResetObjectMaterial(objectid, materialindex) { SetObjectMaterial(objectid...
71,203
Very nice. For the Camera you can use flymode.pwn (it's by default in the filterscripts folder)
497
very nice Is it possible to add support for multiple gang zones?
374
Quote: Originally Posted by niyaz And when your cuffed you shouldn't be able to shoot through passenger seat You can script this. Just check if the player is cuffed and then set his wea...
319
In the Final Destination movies, there are no zombies. A better name for the server would be Left4Dead. Anyway nice video
696
Awesome I hope in the next update they will add KEY_CHAT(T) and Callbacks like OnPlayerOpenChat(playerid) and OnPlayerCloseChat(playerid) So we can create a Label at a players position, that tells the...
30,264
It would be awesome if you could add a timestamp support. Like ConvertTimestampToDate(timestamp, string[], len); And ConvertDateToTimestamp(date[], &timestamp);
1,146
You could use sscanf to unformat the large string.
1,459
Could you please add some screenshots or a video ?
948
Quote: Originally Posted by Joe Staff PLEASE ALLOW FOR SERVER SIDED MOUSE CURSOR CONTROLS! Код: forward OnPlayerMouseStateChange(playerid,Float:x,Float:y,state); //MOUSE_STATE_DOWN, MO...
30,264
BTW: You don't need the string Para. You can simply do this: Код: new hrk[265]; format(hrk,sizeof(hrk),"Stil: ~w~%s", GetFightStyleName(GetPlayerFightingStyle(i)));
166
http://files.jatochnietdan.com/?view...ecute%20Plugin
3,382
Nice but in case you have a deagle and a mp5, both of them with 10 bullets, and you start shooting with deagle and than switching the weapon to mp5 you still have 10 bullets left and you will get wron...
286