Search Results
Quote: Originally Posted by BigETI Just spawn player objects randomly at a specified distance from the player, this will surely make their map stealing tools useless. Can anyone confirm...
356
Since the "stealer" is using a "hack/script", isn't it possible to detect this? (and instantly kick and ban them)
356
How about creating objects at 0,0,0 and then using SetPlayerObjectPos?
356
I've been working my ass off the past few weeks and have created maps that took me dozens of hours to finish. However there still seem to be "map stealing" hacks around where a person copies your enti...
356
The annoying feeling you get when you created most of these maps in 2007 and see them released by someone I don't even know and without permission... At least remove /aa which is almost not modified ...
1,761
So you could technically add Vice City to your map?
34,106
Quote: Originally Posted by maddinat0r Because some people think deleting their repositories, which contain projects used by hundreds, if not thousands of people, is some kind of funny or ...
14,927
I've been out of SA-MP for 5 years, and I want to get back in. In the old days we used Ysi's object filterscript if I'm not mistaken. What's the currently best method to include a LOT of objects on y...
72
Is there anyway to also remove these in your San Andreas world by default? (I mean in the IPL files)
29,665
Hello. I want to read the messages for my 'autobot' (= some sort of chatbot that displays random lines of text) I know howto make it read from different files with one line of text in every file. But...
60
Hi what I want is when a player runs out of nitro, he can press the fire key, and the nos gets reloaded. This however doesn't work. Does anyone of you guys see the mistake/error in here? Код: pub...
62
Quote: Originally Posted by Jansish Oh I can only imagine where this is going. Quote: Originally Posted by IceCube! Lawl, Looks cool I dont have a clue where your going with...
249
Quote: Originally Posted by new121 lol modified handling lines? Why not
183
[ame]http://www.youtube.com/watch?v=tcZvv8i8TrQ[/ame] Made by me, hope you guys like it
183
Got a second video (much better imo) in the make now. It'll be Vice City Road Rage: Episode 2: The Caddie
249
Quote: Originally Posted by [GMS]toX Chuck Norris's hearse. Haha Quote: Originally Posted by CrunkBankS mave_man, You the same ride on real life? Nah VW Golf D:
249
Had quite some fun while making this [ame]http://www.youtube.com/watch?v=tTt5AKKANVI[/ame]
249
In my Gamemode I have Код: dcmd(nos,3,cmdtext); Код: public OnPlayerKeyStateChange(playerid, newkeys, oldkeys) { new bool:AutoNOS[MAX_PLAYERS]; if(GetPlayerState(playerid) == PLAYER_STATE_...
63
Here's the dcmd_login Код: dcmd_login(playerid,params[]) { if(LoggedIn[playerid]) { SendClientMessage(playerid,COLOUR_RED,"Error: You are already logged in to your account!"); return 1; } ...
92