Search Results
Try changing the enum to PHP код: enum pInfo{    pPass[128],    pCash,    pAdmin,    pKills,    pDeaths} 
56
I checked and indeed, the model has over 30000 both faces and vertices. However, the model loads fine if it doesn't have a collision attached. It also loads fine with a box type collision, but it's th...
286
Here https://sampforum.blast.hk/showthread.php?tid=644123
164
Hi, So I get this error for some of the objects that I added with AddSimpleModel. I realized the problem is with the .dff since the error only appears after I add the collision to it using kdff. The ...
286
Try getting the name after the params check
75
So I had a project in mind that I eventually dropped and I decided to release this. That being said, this is my conversion of the map of the Gostown Paradise mod, a video of the original mod can be f...
670
Quote: Originally Posted by HitterHitman so if the meter goes down their should be no effect right? I mean the vehicle will not stop. It will stop unless you remove the lines from 851 t...
1,100
Quote: Originally Posted by HitterHitman someone plzzz tell me how to refuel The fuel system was only added as an example on how to update it. You should adjust it to your own fuel syst...
1,100
It's the object id 18963 (CJElvisHead)
77
Quote: Originally Posted by Scrillex Btw which coords are for full fuel tank? The angle is 20 for empty and 160 for full.
1,100
Quote: Originally Posted by [uL]Pottus For the first point I don't think you quite understand what I meant by that. What I meant was a lot of TD's don't actually change which means you onl...
1,100
Quote: Originally Posted by Tuntun What about this? Код: E:\My server\filterscripts\Meter.pwn(37) : error 017: undefined symbol "TEXT_DRAW_FONT_MODEL_PREVIEW" E:\My server\filterscript...
1,100
Код: if(strcmp(PlayerInfo[playerid][pArrested],"Yes",true) == 0) You also need to change the way you load/save it, from integer to string. Can't help you there since I don't have know your code.
190
Thanks guys. Quote: Originally Posted by Meow22 WoW Man is that Interior of a Car in this Filter-Script? and if it is I would like to +REP u It's the speedometer only. A 1st person vie...
1,100
Introduction So, this is the first version of my new speedo. Feel free to edit it however you wish. The gas system is optional, it can easly be adjusted to your own. Do NOT re-release the script. This...
1,100
Maybe you have another /enter in range of the same point which sends you to the DMV. Maybe in the GM. @Aprezt the coords are fine.
212
Windows, I already said it in my first post. Both local and main servers are windows, it works on local but not on main.
105
Код: stock GetClosestPlayer(playerid) { new Float:cdist, targetid = -1; ////foreach(Player, i) for(new i; i<MAX_PLAYERS; i++) { if (IsPlayerConnected(i) && playe...
63
All the files that I'm using on local are on the main server aswell, and they connect just fine on localhost.
105
Sup, so I have this problem, the NPCs won't connect on the main server, they work just fine on localhost tho. Both main and local are windows servers, the spawn info is set corectly, the maxnpc was se...
105