Search Results
I tried using it but all I get is repeating errors in my terminal saying HTML Code: [FCNPC] Error: player 'Zombie[1000]' is not setup. What am I doing wrong? Thanks!
2,952
Still waiting for the next part. Those tutorials are awesome!
1,830
Hi! I'm new to scripting etc, so I'm trying to figure out what I'm doing wrong. I found this script which allows vehicles without a driver to be damaged. I'm using SATDM gamemode with SAMP 0.3.7. Wha...
63
Quote: Originally Posted by NealPeteros Hey, I tried debugging your script, especially the code of the command, and here's the funny thing. When I almost lost all hope, I realized there wa...
466
I'm trying to use this great filterscript in SATDM but I can't get it to work. Whenever I type the command in order to start a new random hit, nothing comes up. I've simply commented the unnecessary l...
466
Quote: Originally Posted by Abagail Use CreatePickup. You'll need to gather the coordinates on your own though. This should also be in Scripting Help. wiki.sa-mp.com/wiki/CreatePickup ...
64
Is is possible to add weapons to random locations on the map like in the single-player game? I want other players to be able to pick the up and use them in the game. Thanks!
64
Quote: Originally Posted by Krakuski pawn Code: public OnGameModeInit(){    // Put this under OnGamemodeInit()    AllowInteriorWeapons(1); // "1" allows weapons, "0" does not allow we...
80
Is it possible to use weapons while being inside a store (restaurant, ammunition etc)? I'm using 0.3z running grandlarc mode. Thanks!
80
Quote: Originally Posted by Stinged pawn Код: public OnPlayerWeaponShot(playerid, weaponid, hittype, hitid, Float:fX, Float:fY, Float:fZ){    if (hittype == BULLET_HIT_TYPE_VEHICLE) ...
107
Quote: Originally Posted by PMH nothing is impossible if u're a good scripter, or have some abilites like Kar well, there's a callback "publie OnPlayerWeaponShot" u can use it The pro...
107
It is possible to destroy a vehicle with a player driving it, but it's impossible to do so when nobody is in it. How can I make it possible? Which file do I need to edit? Thanks in advance!
107
Is there any tutorial on how to add this gamemode as I'm a complete noob at this?
2,692
I get this error when trying to connect to my server: Code: SA-MP 0.3e Exception At Address: 0x0056F348 Registers: EAX: 0x005C005D EBX: 0x00000000 ECX: 0x00B7CD98 EDX: 0x05D7FAE0 ESI: 0x00B7CD98 ED...
84
In the server log file it's mentioned "Loaded 0 filterscripts."
124
The gamemode uses a Multilang script which allows you to choose from 3 different languages. So I thought there was a specific file that I had to edit so as to translate everything to Greek. It seems t...
441
Quote: Originally Posted by Dwane None! You have to use translate it by yourself or using ****** translator and change any message to your language (Greek). Yes I know, that's what I me...
441
Quote: Originally Posted by G-Force The passenger can get out by pressing "F" If you wanted to point your gun out side your car aka "Drive-by" Press "H" Thanks again! (I wanted to know ...
172
What files should I edit in order to translate my server to Greek? (I'm using this gamemode) Thanks!
441
Thanks a lot guys! And how does the second driver get out of the car's window and start shooting (if it is possible)?
172