Search Results
Quote:
Originally Posted by Hal
First, wait 48 hours to bump your thread....
and no, its not possible
Not possible without an audio plugin*
348
Quote:
Originally Posted by Sky4D
I haven't been banned.. My other account is in good standing, along with this one.
See? This is account is not banned, and this si my other account. I ...
375
Modifications are not supported by SA:MP, but they are usable. If it bugs you that much, I suggest un-modding your GTA3.img, or installing a fresh copy.
250
Not too shabby, alot of people don't even know this exists.
You could also use a simple function I made, it does the exact same thing, but this is a bit "shorter", and looks better.
pawn Code:
fo...
1,033
Quote:
Originally Posted by omgSlice
You're using SetPlayerSkin and SpawnPlayer, get rid of SetPlayerSkin.
That's not the problem, however, that was a very useless code for me to use. T...
215
Well, with the arrival of 0.3b, something is terribly wrong with djson. I don't know if it's because it's not compatible or i'm just coding it wrong.. but here's my code, and a video of what happens:
...
215
I was messing around in my server, and decided to create a timer. I created a timer that saved one variable to a file, and then saved and closed it. I also remembered the new command: /timestamp, and ...
138
You cannot tell a players ID number through RconLoginAttempt. You'll have to log their IP Address instead. See "GetPlayerIp" on the SA:MP wiki.
282
pawn Code:
OnPlayerText(playerid, text[]){if(strcmp(text, "fuck", true) == 0) { new string[128], playerName[MAX_PLAYER_NAME];GetPlayerName(playerid, playerName, sizeof(playerName));format(string, siz...
272
pawn Код:
stock GiveRandomAmount(playerid){new RandomAMT = random(800);if(random >= 60 && random <= 800) { GivePlayerMoney(playerid, random); }return 1;}
As far as I know, this shou...
275
Quote:
Originally Posted by Sascha
if you do it like:
PlayerInfo[playerid][shoot]
then make:
Код:
PlayerInfo[playerid][shoot]--;
pawn Код:
if(newkeys == KEY_FIRE || newkeys ==...
270
Sorry then, I don't know much about Godfather other than it's a buggy mess.
227
You probably have to add a check to see if they own a vehicle first, although I have no idea why it would stop the whole thing from working.. Then again, it's godfather.
227
Quote:
Originally Posted by LilGunna
2-5 mins would be better.. 25 mins is a big roleback if he crashs.
I personally do it every 3 seconds, and it's a bit over-kill.
304
Quote:
Originally Posted by Zippydoozy
My personal vote would have to go towards Las Venturas. There's many good places to DM there.
Noted, thank you.
I was thinking about Las Ventura...
884
Where should a Team Deathmatch server be located? (Which city)
Please vote in the poll. Please do not reply and say "make a custom map, it's the best!". I know it's the best, I'm just not that great...
884
Quote:
Originally Posted by Guerek
Man, on my "OnPlayerUpdate()", i just made the variables "PlayerInfo" receiver the datas of accounts, with dini_get.
u can take a look:
Код:
public ...
304
Just some very simple functions I made.
SetMapName
Sets the server variable "mapname"
pawn Code:
forward SetMapName(mapName[]);public SetMapName(mapName[]){ new string[30]; format(string, ...
125,545
Quote:
Originally Posted by selten98
i know Y-Less posted it but i couldnt find the post....
Let me do a quick search for you, and see if I can find it..
Here's a couple:
"Why you sho...
193
Quote:
Originally Posted by Th3Angel
By language I mean like C++, Visual Basic. What?
And is there any way to learn the full language of scripting?
It's called PAWN. (Ext.: .pwn)
If yo...
233