Search Results
Quote: Originally Posted by Leaky As u can see he clearly said that "the file is save and KICKED", hence he probably have this line already. Cool, now tell me where is any saving funct...
271
if (!response) return Kick(playerid); Do you have this? Код: case DIALOG_REGISTER: { if (!response) return Kick(playerid); // THIS IS WHAT HAPPEND WHEN PLAYER QUIT RE...
271
1. Use AntiDeAMX() 2. Let the whole code start only running on your payed IP, nowhere else. 3. Upload AMX only.
877
Well, but i still can't get why everything works well but this gettime() does not save ... The wired thing is that when i try to save gettime(), it stop saving everything else. Nothing saves. When i ...
414
There must be something wrong with my include .. Maybe?
414
It's just about some lines ... Set the value: Код: SomeInformation[1][SomeExpire] = (gettime() + ConvertToSeconds(.months = 0, .days = 7, .hours = 0, .seconds = 0)); Save the value: Код: INI_...
414
I understand, but how can this help me to solve my problem with gettime() saving?
414
Quote: Originally Posted by ****** The code in the first post isn't even valid syntax, you need to post your exact code. Код: //_____________________TOP_____________________ // #de...
414
Quote: Originally Posted by Florin48 Try to find an include like timestamptodate, or something like. I don't want to use another include... I need to fix the actual one: y_ini so it can...
414
Hello, i have problem with saving gettime function to INI_WriteInt or INI_WriteString. When i use INI_WriteInt it saves strictly "0" to the file... Код: //Somewhere in my code SomeInfo[1][SomeIn...
414
100% legit topic. Hint: Use one of the most popular web search engines to find an answer by yourself.
57
Thank you! I tried to load it all from one function so it's not that confusing for me ... Nevermind. Can i just ask something? Is it better to use .txt file to save every SOMEINFO in one file and sa...
132
Hi, i have some problem with loading ... Let me explain... I have this code: Код: #define MAX_SOMEINFO 50 enum SomeInfo { SomeString[64], SomeString2[16], SomeValue } Now, i need...
132
U need to get players name first to store it: Код: #define GetName(%0) Name[%0] At the top of your code. Then u can use GetName(playerid) any time. The problem is u are trying to save STRING, n...
119
Quote: Originally Posted by iKarim A quick solution would be using strfind instead of strcmp, like this: PHP код: !strfind(cmdtext,"/afk")  I'am sorry this works well! ...
147
Post here your ban command. Nobody will help you in this case because nobody know what the hell you are saying!
119
What code do you need? You have it in main post. U dont need anything else. My /pm command work very well. Do not need to post there. I have explained the problem.
147
OnPlayerEnterCheckpoint for jobs and OnPlayerEnterRaceCheckpoint for airdrop But like i said before.. Better to use ONE checkpoint for one player.
188
Well it does not work .. When i use "/pm" it sends me message "Use /pm id text" which is normal on my /pm command. But when i use "/pm id text" in this case it call return 0; from the function ...
147