Search Results
Quote: Originally Posted by Yamakei The most unusual tend to last somewhat longer than the usual. Try being creative and doing your own thing! I agree with this fully! It's just difficu...
906
Anyone have ideas they wish were more popular? I’m looking for some inspiration
906
Quote: Originally Posted by KevTheJoker Well, the thing is... (I'm speaking based on my view as I'm an owner of a community too) players tend feel comfortable when roleplaying or doing stu...
906
Hello everyone. I'm here to ask if the idea of an actually unique medium-heavy roleplay script sounds attractive to those who browse here. I've recently gotten back into SA-MP and I've looked around a...
906
How many vehicles do you have spawned? I know that the server starts to get finicky with vehicles once you begin to reach the upper limit.
168
The issue is with the memory usage of your gamemode. There are numerous possibilities of things that could be causing memory issues. Read some things about efficient coding. There are methods to keep ...
181
Quote: Originally Posted by zPain With all due respect, that's preposterous. Indeed. I have no other leads to what the issue is.
192
Quote: Originally Posted by zPain That's odd. Did you check the mysql_log? Yes. No errors.
192
Quote: Originally Posted by zPain Add a print to the ShowPlayerRegister function just to make sure it's being executed. I did this and it does call the function.
192
Quote: Originally Posted by Joron Show the dialog again Onplayerconnect.. It's not supposed to be shown regardlessly in OnPlayerConnect. That's why I have it in CheckPlayerExists.
192
For some reason, this dialog is refusing to show under any conditions. I added some debug lines and 'a' and 'c' print. 'b' does not print because it never makes it to the existing file condition becau...
192
Quote: Originally Posted by vassilis 1.Yes 2. Could you provide me with an example of how could this be implemented? That's the reason it's not working correctly. Your houses array begi...
199
1) Are you trying to get the house IDs to start at 1 instead of 0? 2) I would recommend making your house count a global variable that is intialized in LoadHouses() because your houseids are likely t...
199
Also, where is all of the code you've shown placed?
87
I'm going to assume you enabled CP[playerid]?
87
I had that before and I was getting a similar issue. I found that the issue was in my declaration of HouseCount. Thank you.
80
Am I doing something wrong with this? For some reason it's not loading any of the information correctly. pawn Код: public LoadHouses(){    new rows, fields;    cache_get_data(rows, fields); ...
80
1. What version of the MySQL plugin are you using? 2. Post the line or the group of lines involved in the statement.
137
Quote: Originally Posted by PrO.GameR When using MYSQL if you want to use strings in enums as a destination you need to provide the string length yourself PHP код: cache_get_field_c...
130
Код: [15:26:22] [DEBUG] Calling callback "CheckPlayerExists".. [15:26:22] [DEBUG] cache_get_data - connection: 1 [15:26:22] [DEBUG] cache_get_field_content - row: 0, field_name: "password", connec...
130