Search Results
Can you post the full code? It would be easier..
119
Create a new float variable and assign the value as 0.1, then keep SellPrice as a float and do the equation that way.
125
Few questions/points. 1. Do you have a PLAYER VARIABLE that states which house ID is saved to the player. 2. You should change "house" to "house[MAX_PLAYERS]" and have each one for each individual pl...
123
Quote: Originally Posted by megamind2067 Ok thanks but I hope what happened last time won't happen again. Last Time: to use the cmd it would check for the team (india) and check if the pla...
200
Quote: Originally Posted by iGetty Seems to always make mine run a lot quicker and doesn't cause any lag/noticeable CPU usage. :P With loops that check multiple variables, yes that woul...
200
Quote: Originally Posted by iGetty Karner, make sure you use if(IsPlayerConnected(i)), it seems to work a lot quicker for me when I add that 1 single thing. Actually, it won't. It's a w...
200
Okay, so.. You can use a "Loop" to go through every array or "playerid" in the varibale "gTeam" and check if they match TEAM_INDIA. You can do this like: pawn Код: for(new i; i<MAX_PLAYERS; i...
200
What variable do you use to see/place if someone is in a team?
200
Quote: Originally Posted by AndreT The break statement in the loop cancels it. Simple as that. Also, why are you looping through the vehicles? Loop through the results that your query giv...
63
Hey, When I read in 2-3 (Sometimes more) rows from a database they are not being split into 3 separate variables(With respective arrays). Here is the code: pawn Код: stock loadplayervehicles(iP...
63
Would "mysql_close();" cause the server to crash?
118
For the main server stopping and starting the server isn't an issue, however.. For the dev server it's easier just to /rcon gmx. Thanks for the help though guys.
118
When the server is stopped then started via CP there is no error. However, whenever the server GMX's through the RCON system the server crashes completely and needs to be rebooted, any idea why?
118
Okay, I've figured that the issue is that it is not receive ANY data from the database but it is connecting to it.
120
When the login system initates, the player's "Salt" is pulled from the database and then checked with the input text to see if the password matches, however the following variables print "(Null)" into...
120
Still having issues with this, there is no returning value..
113
I have done that, but it is still returning "(null)"
113
Before switching from Windows to Linux the following code used to work, however.. After switching plugins it does not. Yes, I have made sure I have the correct one and yes I have made sure that the S...
113
I'm not sure why, but whenever clicking on a response on my dialog it resets the cursor to the center of the screen, any particular reason why?
63