Search Results
I'm not sure whether this needs to go here or elsewhere... but when I press "R" or "DEL" to change the radio in a vehicle, it appears I'm also pressing "H". pawn Код: if((newkeys & KEY_CTRL_B...
83
It sounds as if, based on what changes you made to begin with, you have a "return" statement in your code. A return statement halts the sequential execution of that block of code at the return, theref...
177
I'm not mathematically minded, so I'm struggling with this one. I'm setting up a dynamic race system, in which checkpoints and races are created entirely in-game. I have a starting checkpoint (1st CP...
68
It sounds like Windows 7 is caching the gta3.img file. You need to disable disk caching (at least temporarily). Find 'Device Manager' in 'Computer' > 'System Properties' (In 'Hardware'). In 'Disk ...
154
It looks related to crashdetect itself. Try disabling the plugin and see if the server still crashes (though, be aware, it won't tell you in the server_log, it'll just stop).
136
I'm using Windows 8 Pro, and have none of the issues reported. I have set no compatibility options, just a "straight-off-the-install" start-up and it works fine. Does the issue still occur in Single P...
287
Sorry for the bump, however ApplyAnimation doesn't work on these bots either.
149
Well, the bot needs to go in the back of an ambulance as a player enters a checkpoint surrounding the bot, , and the bot ID is stored as they connect (which works successfully). The code is then: paw...
149
Yes, the bot just stands there like a lemon.
149
Evening, Just wondering how I can get an NPC in a vehicle as a passenger. I've been trying all night but with no avail. Also, searching has not helped, as results push me toward to the NPC tutorial, ...
149
Post in the PPC_Trucking topic. Or, alternatively, search for a user named 'malaka', who has released a properly compiled and working version of the gamemode for 0.3x.
92
Quote: Originally Posted by ColorHost-Kevin Can you do it from within your domain providers panel? the usually supply the option to setup A records too. That's how I do it, as my domain...
372
That sounds very odd, the SA-MP client window only uses 2.9mb of RAM on my computer. Try reinstalling the client? Are you sure you have the official client from http://www.sa-mp.com/download.php? Reg...
155
Quote: Originally Posted by Inspiron Can you please tell me which CPanel are you using ? I'm not using any version cPanel, I manage my own server's through SSH or the software's web con...
372
Quote: Originally Posted by nickdodd25 Go to Advanced DNS zone editor in the Domains category. Then something like this will show up... For name just put samp and it should auto fill t...
372
Assuming that your DNS is on the same server as the cPanel administration tool (and that cPanel is managing it), you can do it through cPanel. It's been a few years since I've used cPanel, however if ...
372
You'll have to use a DNS manager for this, an 'A' record will need to be setup under the subdomain of your pleasing pointing directly to your server IP, as a redirect won't work here.
372
My desk runs through a port replicator for a Toshiba laptop, which is essentially a fancy name for 'USB Hub with a few more ports like Ethernet and VGA'. There was probably some abnormal interference ...
124
Morning all! I've been having a strange issue with SA-MP lately. It appears that my 'DEL' key (Special Vehicle Action 2 or whatever it is, the key that moves the tow truck arm down) is constantly 'pre...
124
So, as per https://sampwiki.blast.hk/wiki/SetPlayerMarkerForPlayer, it should actually be pawn Код: SetPlayerMarkerForPlayer(forplayerid, playerid, 0x00000000);//arg1: The player that will see the...
58