Search Results
A very good decision. Many people from the SA-MP community would not be able to modelled a few fruits to their server. We are waiting with patience (next 2 or 3 years) for version 0.3.8 and new object...
10,477
Just fix RemoveBuildingForPlayer [When removing the same object for a player, they will crash. Commonly, players crash when reconnecting to the server because the server removes buildings on OnPlayerC...
36,216
Truth. - In other arrays, i.e. new playerCar[MAX_PLAYERS] - where; MAX_PLAYERS = 120 Can I use char? : new playerCar[MAX_PLAYERS char] and in code.. playerCar{playerid} Does it make sense? ;; It's...
201
Hi. I using so many arrays; new player[MAX_PLAYERS][value] example: new player[MAX_PLAYERS][5]; In one of the topics I read that, this is a bad solution, and will be better, if we use char array; ne...
201
Quote: Originally Posted by Cypress setting a position on screen Just it. And i would be happy.
36,216
Just change sleep value in server.cfg from 1 to 3 and test it again.
610
Why created actors don't appear in the interior? It's bug?
36,216
Quote: Originally Posted by Locky_ Код: [warning] Server timer wrapped What does this warning mean? Every hour is displayed in my game. Same. What is this Kye?
36,216
Quote: Originally Posted by ATomas Create you own object model. For example: Code: AddSimpleModel(-1,19379,-2010,"crane.dff","freightcrane1.txd"); and in textdraw you use: Code: n...
36,216
You should be able to use downloaded txds as textdraw sprites using the tag mdl-ID:texturename. Where '-ID' is a model added with AddSimpleModel. I don't uderstand, please explain it to me....
36,216
Kye pls do something with RemoveBuildingForPlayer it causing crash when player reconnected
36,216
There's a bug with resolution. In resolution 1920x1080 everything is fine, but with 1440x900 or 1400x1050 it's totally fuc*** up. The look of the radar is again like in the 0.3.7 version and textdraws...
36,216
Command /tde doesn't working on 0.3.8. I got freeze and nothing else. Plugin works well - (TDEditor Plugin loaded, thank you for using.) I've added txd folder to models folder What's wrong?
15,703
It is possible to add function to checking is player have downloaded files? Example: GetPlayerCustomObjectModel(playerid, dffname[], txdname[]) and return 1 = player have file.
36,216
Put here .dff and .txd files. Or send in PM
15,729
Quote: Originally Posted by Hamis RC3 Ingame F5 button press = crash Works fine for me.
36,216
https://sampforum.blast.hk/showthread.php?tid=645254 You must change PutPlayerInVehicle before SetVehicleVirtualWorld. CreateVehicle PutPlayerInVehicle SetVehicleVirtualWorld SetPlayerVirtualWorld
1,050
Add option to change HUD for player (radar, mouse.png and sampgui.png) + ToggleHUDForPlayer
12,510
I have one question. For large custom objects, is better when I use baseid 19379, or better is choose another object ID of similar size for this custom? I think large baseid object can consume more me...
36,216