Search Results
Prioritize your motivation, truly. Probably not the answer you're looking for, but if you don't feel like doing something anymore, you won't. Develop a base (i.e. login, register, simple loading and ...
266
'!' - If the outcome of the conditional statement is true, then it will be false and vice-versa. Kind of a bad explanation... pawn Код: new one; // one is 0if(!one) {     // this will go throu...
121
Quote: Originally Posted by Calgon Post the SaveDealershipVehicle function, so we can understand which arguments the function are expecting. Who are you to tell people who can or can't ...
267
The script upon which you cannot fix (Edit: woops, wrong warning) insufficient argument warnings is also a script you shouldn't have or ask help for. It was not a released or open source script.
267
Quote: Originally Posted by liguanhua123 Why so many people don't like annoying Chinese It's not that, they just attempt to convey their message in 'English' (really, just broken typing...
934
You are teaching people to use string sizes that are completely unnecessary. How big can a reason be? 128 is the max input and you set that as the size of a message supposed to be really short. 256 s...
272
Seems pretty sweet. I can't wait to see some more documentation on this. Does this have any effect on how fast things are processed?
36,683
Quote: Originally Posted by iBanner Adding screenshot for the features in game would be great. tho this gamemode kinda bit sick coz of dynamic and mysql. Screenshots are there, from Img...
563
Monolith Roleplay •Final Update• Files were uploaded to the repository and on the link provided below. •About• Starting this project on the dawn of this year, I have not actually progresse...
563
Don't you mean eInline File Loading? Jokes. This could be useful for small things like quick config files. Awesome!
3,608
ShowPlayerDialog(playerid, dialogid, style, caption[], info[], button1[], button2[]) So, you could: pawn Код: // in OnPlayerCommandText  (if you're using that??)if(strcmp("/commands", cmdtext, ...
122
The stability at 1000 probably isn't that good and you are expecting 100,000?
88
EDIT: The topic was updated and the hooking will no longer conflict with your script. Thanks to Lordz for his assistance on this understanding.
516
Quote: Originally Posted by Lordz™ 9.0 value as MELEE_DAMAGE seems to be much, but yeah the coders could edit it if they're using. You seem to use the _ALS_ hooking method at the last of...
516
Short Pieces of Code - Custom Damage (UPDATED 25/2/2014) NOTE If you are using the 0.3z version of this include, please update it to the one currently in the repository. About So, I saw a lot of p...
516
Lordz and his stuffz. Could come in handy to some servers.
588
Hierarchy? Do homework? Sir, SA-MP above all. Joking, in most cases. Lovely emotional guide.
897
Quote: Originally Posted by FutureGenerationGaming Because it just worked last night and now it doesnt how about you shut the fuck up because i bet you don't have the best script ever made...
272
Quote: Originally Posted by CuervO Код: if(strlen(pass) < MIN_PASS_LEN || strlen(pass) > MAX_PASS_LEN); There's your mistake, statement ending in semicolon Hah, luckily it isn...
168
This usage should work pawn Код: foreach(Player, i) {    //code here} or you could just use the normal for loop.
127