Search Results
Quote:
Originally Posted by Ballu Miaa
[Scripting Servce]
Hi SA-MP,
I am back and willing to script for everyone again. I have enough time to create any sort of game modes.
Prices may v...
363,521
Quote:
Originally Posted by ross8839
As you do this for a job, mind I ask how you got in to the field? I currently work in IT as a technician and start an open university course in Compute...
1,087
That's great dude! +rep
1,477
I think that those keys which are supported by the SA Client can only be used. To use the rest, some client modifications has to be done.
This is my assumption, correct me if I am wrong.
1,778
I think that plugins are made for efficient results, so I will go with the plugin. Correct me if I am wrong.
638
Why don't you try to make one of your own? The commands you are looking for are from a server which is scripted by them.
311
A tip, use ****** like this:
Quote:
site:forum.sa-mp.com mary had a little lamb. where's it?
311
Always use single inverted commas in strings.
pawn Код:
format(str, sizeof(str), "(( %s '1' %s: %s ))", FamilyInfo[PlayerInfo[playerid][FamilyID]][Rank1], GetName(playerid), message);
Are you sur...
316
Stinged said it right:
pawn Код:
if(PlayerInfo[playerid][FamilyID] == 0) return SendClientMessage(playerid, GREY, "You must be in a family to use this command.");
316
The symbols are not defined that's it. I am pretty sure that you are editing a GM, which is a very bad habit to start with. I suggest you to start from scratch mate.
267
Did you even read my post?
Quote:
Originally Posted by Faisal_khan
Check out for missing braces. Use some tools for big chunk of codes, like codegenerators.pl
325
AVehicleData[vid][Model] is unique for every vehicle regardless of model.
227
Use format()
pawn Код:
new string[128];format(string, sizeof(string), "~y~ZOMBIE APOCALYPSE ~n~~w~MAP:%s ~n~~r~INFO: ~w~RUNNING", Map[MapName]);TextDrawCreate(441.599884, 32.106666, string);
166
This is inefficient but try to do something like this.
pawn Код:
new a = random(3);Â Â strdel(word, a, random(5));Â Â strins(word, "...", a);
Instead of the whole text work on each words. And ...
186
pawn Код:
public OnPlayerConnect(playerid){Â Â ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "Enter Your Password Below:", "Login", "Cancel");Â Â Â Â return 1;}
Missed a b...
277
warning 217: loose indentation means that your code is not properly indented. ****** it. And try my code replace them with yours. Just do what I said.
error 030: compound statement not closed at the ...
231
Are you using AddStaticVehicleEx(). If yes, are you sure it is under OnGameModeInit()?
254
pawn Код:
1370.2386,-1366.3352,13.5575
X, Y, Z.
Decrease the Z co-ordinate by small values until you reach the ground.
107
You messed up with braces here:
pawn Код:
switch(dialogid)Â Â {Â Â Â Â case DIALOG_REGISTER:Â Â Â Â {Â Â Â Â Â Â if (!response) return Kick(playerid);Â Â Â Â Â Â if(response)Â...
231
There's MTA forums too! Cheers! Good news for you!
292