Search Results
Hi. When I open the server I don't want to show me that beach, I want to use own InterpolateCamera. Where I have to put that code, when I put it under OnPlayerConnect it shows me the beach.
+rep
252
Hello! This is my friend's account, he left sa-mp and he gave his account to me.
Ok, my question is: - is there any way to save gang zones?
For example: number #2 team entered in checkpoint and capt...
168
thanks. i didnt scripted since last year, i forgot 85%.
+rep
145
pawn Код:
//------------------------------------------------------------------------------new Textdraw0, Textdraw1, Textdraw2;//--------------------------------------------------------------------...
145
Hi. Today, I wanted to play some GTA San Andreas Multiplayer, so I played. My brother wanted to do a joke to me, and I don't know what he did, but my GTA doesn't work anymore.
I re-installed GTA San A...
112
Don't have that in my Texdraw code.
I created Textdraws with iPLEOMAX's Texdraw Editor.
What's the proper TextDrawTextSize? I've tried with 5, 5, but lol, if I put, all my Textdraws aren't workin', a...
163
Hello!
For example, I have five textdraws. TextDrawCreate, Selectable (............) show for player. Let's suppose those textdraws are green color. I use function to set player ability to select a t...
163
Quote:
Originally Posted by Younes44
Good Job Brother..
+Rep
Thanks!
735
Quote:
Originally Posted by ARTFollow
GREAT !!!
What we are looking !
Quote:
Originally Posted by Golimad
1 805 052 views and 5 007 for streamer plugin.
Thanks for sharing...
735
Features:
DYNAMIC BUYING VEHICLES - Simply buying vehicles from dealership, by typing: /buycar.
DYNAMIC SELLING VEHICLES - Simply selling vehicles with command: /sell, you'll receive half from defaul...
735
References:
SetPlayerCheckpoint;
OnPlayerEnterCheckpoint;
ShowPlayerDialog;
OnDialogResponse;
we're here to help you, not to script for you.
282
pawn Код:
public OnPlayerText(playerid, text[]) { new string[128]; format(string, sizeof(string), "%s says: %s", GetPlayerNameEx(playerid), text); SendClientMessage(playerid, L_RED_...
413
Learn right now about how to create 2-rcon!
- Settings:
Create a script, open it; include your includes, then set your 2-rcon password by define it:
pawn Код:
#define rconpassword "changemetoyour...
446
Looks great.
327
Quote:
Originally Posted by Abagail
pawn Code:
stock file_get_contents(filename[]) { new string[100]; if(fexist(filename)) { new File:file = fopen(fil...
217
Hello!
I have a question, how can I read from a file.
For example, in a file I have:
pawn Code:
Question = 12345
And, I want a function like:
pawn Code:
Read(filename[], text[]
Something like:
...
217
Quote:
Originally Posted by LazyBoyyyy
no pic is even working
Quote:
Originally Posted by NGEN123
Pics?
Lol, I posted one picture.
Nobody can't see it?
Try to press on '...
453
http://www.solidfiles.com/d/b20951d695/Map_Editor.zip
- Hello.
Today, 14.03.2015, I created a Simple Map Editor.
This it's not an huge and incredible filterscript, but you can finish your job w...
453
pawn Код:
CMD:transfer(playerid, params[]){ new target, amount; new name[MAX_PLAYER_NAME], TargetName[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); GetPlayerName(target,...
202