Search Results
LOS is a clientside thing. The server isn't aware of the game world
147
http://lmgtfy.com/?q=AMD+Radeon+HD+7700+benchmark
192
Every patch will conflict with samp no matter the changes. Basic explanation: Everytime the source is compiled the memory offsets change, meaning samp can't find what it's looking for as it has moved...
155
Here's your problem pawn Код: TextDrawShowForPlayer(, SpeedoText[playerid]); It's always the stupid things that fuck things up. I'm actually surprised that compiled. But seeing as the playerid par...
161
Indentation is important, that's not even up for discussion. It's obvious that your friend has no idea what he's talking about, it also seems pretty obvious (to me) that he has never written big and/...
181
There's some frameworks that do it for you. But those don't take the content of your site in consideration. They just make it fit. If you want a good responsive design, do it manually. Create a site...
161
Quote: Originally Posted by kurta999 Tomorrow i'll going to test R10 on Debian, if everyting is okey should be released after 1 week. Changes: https://github.com/kurta999/YSF/commits/YSF_...
48,608
It would be nice if you could at least try by yourself first and post the code you come up with. I don't think anybody (certainly not me) is going to make it for you from scratch.
166
Quote: Originally Posted by adithegman Line 926: Код: mysql_tquery(MySQL,string,"OnPlayerDataLoad",playerid); tquery needs to know what kind of data you're passing to it. Код: ...
105
They are optional because the results of queries like UPDATE and DELETE don't return any data that you need (in some cases you do, but only rarely). So you can just leave the callback and following pa...
186
mysql_tquery doesn't work because tquery is threaded. The results of queries done by tquery and pquery are sent to a callback that you can specifiy. The way you coded it is non-threaded, which will wo...
186
Quote: Originally Posted by Metharon DON'T WORK !! other methods? The method described by Dampyr is exactly how it works. If it's still not high enough you just have to increase the ...
163
Format doesn't magically return an integer. The value was in "number" as a string. This will do what you want: Код: PlayerData[playerid][Tinklas] = 2; PlayerData[playerid][Numeris] = 860000000+((...
177
Quote: Originally Posted by Interscope For example pawn Код: if(strlen(inputtext) < 6 || strlen(inputtext) > 129) ? Like that, yes.
143
Quote: Originally Posted by Pottus There seems to be some bug when inserting a literal % where you need to do it like this %%%% yes I know it says to do %% but try this code here. Wildc...
100
I have no idea how you even managed to come up with this code. pawn Код: public OnDialogResponse(playerid, dialogid, response, listitem, inputtext[]){    switch(dialogid)    {        case...
143
[19:27:09] <FUNExtreme> the problem is that you are creating an empty array [19:27:14] <FUNExtreme> accessPoints[][3]; [19:27:21] <Markus> 3 is used for shop cps [19:27:25] <FUNEx...
70
Quote: Originally Posted by Wizz123 What? if he reload bans then the whole ban log would be cleared out and everyone would be unbanned do not use his code. The ban log doesn't get clear...
303
Quote: Originally Posted by ProjectMan pawn Код: format(TimeStr,20,"%02d:%02d",Hour,Min); Btw, why is there "02"? If you have a number that's less than 2 characters, it'll show up ...
112
Quote: Originally Posted by BRabbit This update only benefits players who find satisfaction in playing imaginary characters and those who are too stupid to understand lagshooting Random...
8,251