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...
196,657
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...
718
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.
879
I think that plugins are made for efficient results, so I will go with the plugin. Correct me if I am wrong.
245
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.
176
A tip, use ****** like this: Quote: site:forum.sa-mp.com mary had a little lamb. where's it?
176
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...
216
Stinged said it right: pawn Код: if(PlayerInfo[playerid][FamilyID] == 0) return SendClientMessage(playerid, GREY, "You must be in a family to use this command.");
216
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.
159
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
222
AVehicleData[vid][Model] is unique for every vehicle regardless of model.
131
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);
88
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 ...
100
pawn Код: public OnPlayerConnect(playerid){    ShowPlayerDialog(playerid, DIALOG_LOGIN, DIALOG_STYLE_PASSWORD, "Enter Your Password Below:", "Login", "Cancel");        return 1;} Missed a b...
163
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 ...
98
Are you using AddStaticVehicleEx(). If yes, are you sure it is under OnGameModeInit()?
164
pawn Код: 1370.2386,-1366.3352,13.5575 X, Y, Z. Decrease the Z co-ordinate by small values until you reach the ground.
47
You messed up with braces here: pawn Код: switch(dialogid)    {        case DIALOG_REGISTER:        {            if (!response) return Kick(playerid);            if(response)Â...
98
There's MTA forums too! Cheers! Good news for you!
180