Search Results
Quote: Originally Posted by ****** The official answer is that doing `Users` will work even if the word "Users" one day becomes a MySQL keyword (like "SELECT"), whereas without the quotes ...
132
Login to multiple servers and see if this is happening in all of them. It is possible for a server to disable that feature.
322
Quote: Originally Posted by FlawPaw I meant this, didn't understand a single thing about it. Those are what are called "fallacies". Another words, if you use anything you have quoted, ...
418
Quote: Originally Posted by FlawPaw What the fuck is this? Sweet, I get to add an example to my post! Thanks! Quote: Originally Posted by Sublime Well, kiddish replies mak...
418
Hello everyone, I wanted to make a quick post about how to properly make an argument. (Read: "Argument" is a synonym for 'making a point' and 'giving your opinion') It seems the internet, even more ...
418
Quote: Originally Posted by DJBrad1987 Scripting seems very difficult i'm looking or a scripter for my server :/ I wouldn't call myself anywhere close to a good scripter... but I can de...
232
For DIALOG_STYLE_LIST, is there a limit on how many things you can list on one page before having to make a "next page" and linking it to a new dialog?
114
The port 7777 is already being used. Change your port on the server. EDIT: You are missing a required plugin/correct version of a plugin
177
Quote: Originally Posted by eblood1 nun work, when i hit Back button the dialog close I assume you added code in between: pawn Код: if(!response){} If it is left blank it will exi...
296
Quote: Originally Posted by Spliffy Not sure what do you mean exactly by that. But what I mean by Realistic Economy is that there will be houses around Los Santos with prices like 9,000 f...
379
You say your "Economy" is "realistic". Define your definition of realism? Are you saying your Economy takes into account supply and demand? What about the factor market? Product market? How do ...
379
When a player logs off, in the majority of SAMP servers, the vehicle immediately despawns. I personally think this method of doing it is pretty lame. Often players would log off when their vehicle g...
118
pawn Код: RegistrationStep[playerid] = 0;        PlayerInfo[playerid][pTut] = 1;        SetTimerEx("Tutorial", 3000, false, "i", playerid);        ShowPlayerDialog(playerid, MSG_DIALOG...
127
Quote: Originally Posted by kirollos he posted the whole code = im correct :> You were
324
pawn Код: case DIALOG_SET_AGE:        {            if(!response)            {                ClearChat(playerid);                SendClientMessage(playerid, COLOR_R...
324
Hello all, pawn Код: if(isnull(inputtext) || strval(inputtext) < 18 || strval(inputtext) > 60)                {                    SendClientMessage(playerid, COLOR_WHITE,...
324
BTW: Those are "Light bars" not "Sirens". Sirens make an audible noise. A light bar produces light.
2,895
What file saving system are you using? If Mysql, what version?
299
pawn Код: if (strcmp("/power", cmdtext, true, 10) == 0){    if(IsPlayerAdmin(playerid))    {        SetPlayerHealth(playerid, 250);        SetPlayerArmour(playerid, 250);        Gi...
300
Quote: Originally Posted by nor15 I use coins coz not to be easy to use Money Hack , so for example PHP код: dcmd_cash(playerid,params[]) {     #pragma unused params     C...
299