Search Results
SA-MP is like my long lost relative. Visit once a year now (or twice).
7,993
Right now all I see is you are comparing the gpci to a file path string. Which is always true. And you don't check if the file exists. Код: new zSerial[128], serialfile[128], pName[MAX_PLAYER_NAM...
174
*Brushing off my pawn skills* Код: #include <a_samp> #include <ZCMD> /* Debug CMD:lol(playerid, params[]) { ShowPlayerTogglesDialog(playerid); return true; } #define DIALOG_SET...
194
Quote: Originally Posted by iNorton Immigrants. It doesn't take much to figure that one does it? Woah. Slow down there, Trump.
435
You could write a python script in Blender to batch convert all DFFs to any format you like.
678
If I have time, I'll look into updating this (model preview/etc). Because I'm going to need it for my own stuff too. So, yeah. Don't ask me when.
17,585
Its good for scripting practice. If you are planning on hosting a server with the old version of cnr script, you're gonna take years to reach a good playerbase (or never) unless you can cast magic spe...
252
Quote: Originally Posted by Potassium I don't understand the point of this topic. You stated that you have already started making it and have been working on it for some time, yet you're o...
1,565
Try googling "blender dff io". The thread should have all the instructions you need.
68
I'm guessing its because of the way you are using "if..else". Just keep it simple: Код: public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger) { if(playerVehicleState[playerid] != 1) ...
113
Change Код: for(new i=0; i<20; i++) to Код: for(new i=0; i<6; i++) *Note: You have 6 trucker vehicles. Not 20. Exceeding the array index will cause errors and return the command as 'unk...
300
The default player skin is divided into several models: Head, Torso, Legs, others.. SA-MP skins are actually 'single model' ped skins if I'm not wrong. From what you are suggesting, new skin models ...
137
This is what I had lying around, you'll find various other methods on the internet. Код: Private Declare Function GetAsyncKeyState Lib "user32.dll" (ByVal vkey As Int32) As UShort 'Timer interva...
123
Quote: Originally Posted by kjek98 ok this did help one more question how do i make a custom ammount of donation becasue i was making a certain ammount like 10$ but i want it so the donato...
159
Код: http://www.onebip.com/tools/bts/btn04.gif (https://www.onebip.com/tinyurl/23fcea1437e9b29bde3568e916db9cbb)
159
Quote: Originally Posted by Youarex No one can guarantee that you get back from a lucid dream. If your soul travels through the space of variations in sector that is realized, you can mate...
996
I try to explore the Universe. Move from one galaxy to another, manipulate massive objects.
996
I remember having a whole topic about spamming & flooding in staff talk. Conclusion was: Spam = Unwanted, useless message. Flood = Overflow of messages. So... Flooding: Hello Hello Hello Hello...
326
Looks like a Graphics issue to me. Either you've installed incorrect drivers or your video card isn't getting proper voltages (eventually heating up). - Does the BSOD appear after using the PC for a...
571