Search Results
Seems good on paper, but doubt many people would actually play.
1,606
Код: #define GetWantedLevel(%1) iWantedL[%1] Quote: Originally Posted by Sunehildeep Show the code where that code is integrated and the GetWantedLevel function to...
126
Quote: Originally Posted by aoky Код: (974) : error 021: symbol already defined: "OnPlayerSpawn" It says it's already defined, but it's not. I searched through the defines, and every o...
181
Quote: Originally Posted by JessThompson I suppose you could make a PHP function that checks if the coords of the house location are in between the ones that zone includes provide. For exa...
201
Quote: Originally Posted by AjaxM Depends if you are using a command in-game to create the houses. (e.g: /createhouse) You could get the admin's location who created the house and save it...
201
Quote: Originally Posted by Sunehildeep Save the location name in a variable while saving houses and then load that variable in location section in php can do the job. That would probab...
201
Hi, On my UCP, I currently have a little a little box which displays the user's owned houses. Here's an image below - I wanted to add a column which display's the location of the house, but I'm n...
201
Try following this tutorial. https://sampforum.blast.hk/showthread.php?tid=327272
134
The lag starts when the second player connects to the server, it doesn't stop after that: it just continues. However, I'll be sure to check if anything unusual is under OnPlayerConnect. Any other sug...
100
Hello there, I have recently come across a problem which I cannot seem to find the answer for. I've had complaints of lag and timeouts which I've witnessed myself when two or more players are online....
100
Quote: Originally Posted by Lordzy I doubt your code is being excessively called when the keys are pressed repeatedly. Debug your code in such cases and also assign a default value for all...
201
Quote: Originally Posted by Luicy. Add this to onplayerconnect: PHP код: timeLeft[playerid] = 15;  http://pastebin.com/z1vM0yrK It's still not working. I have a feeling i...
201
Hey there, I've recently been working on a robbery script to work alongside my store system. It all went well, except for one thing. The timer would go much slower than set. Код: //top of my s...
201
Quote: Originally Posted by Yaa PHP Code: CMD:event(playerid, params[]) {     if( pInfo[playerid][pAdmin] < 5 )         return 0;              new id;...
282
Quote: Originally Posted by NeXoR I had a similar problem which I posted on the forums aswell, listen up what you gotta do. You need an option string where you store the option, and then s...
282
Quote: Originally Posted by Hansrutger Make a sscanf before the strcmp to check for even more parameters, but make it optional so it doesn't have to be included. (https://sampforum.blast...
282