-
Content Count
120 -
Joined
-
Last visited
-
Days Won
24
champ last won the day on November 11 2022
champ had the most liked content!
Community Reputation
123 ExcellentAbout champ
-
Rank
Pirate
Recent Profile Visitors
4,156 profile views
-
Привет. А зачем писать новый гейт на шарпе? Он нативно будет работать медленнее плюсов. Если уж и решитесь переносить всё это дело и обновлять, не имеет ли больше смысла переписать на модернизированном с++?
-
This particular warning is shown due to you using a plus sign rather than a dot to concatenate strings. PHP uses dots to do that (inherited from Pearl), this behaviour can be tested using a PHP compiler. I have attached two screenshots of me running tests using different PHP compilers (versions 7 and 8). Using version 7 outputs the warning that you see, now if you upgrade to version 8 then the developers have explicitly converted this warning into an exception, so the code will not work (running this code on php < 7 should not show any errors, which could lead to invalid application logic behaviour).
-
Make sure your game server supports GMNotice function.
-
Following the logic, the player should not receive your HelpInfo as they are kicked out before that packet is actually sent out (that’s my assumption, as I can’t see a HelpInfo method in your code).
-
Очень здорово! С нетерпением жду увидеть, как это всё дело будет продвигаться дальше!
-
I’ve edited your post to remove the bit which is against the community rules @Sharshabel I strongly encourage you to watch your language next time.
-
I have removed everything written in another language, as I’d like to remind everyone that this is an English speaking section. Topic has been locked.
-
Сделал (если я вас правильно понял).
-
Before purchasing anything, I highly encourage everybody to familiarise themselves with the following topic: click me [PkoDEV]. Additionally, I would like to note that I am not discouraging anybody from purchasing anything, I'm only encouraging everyone to be cautious good luck
-
А, вижу, извиняюсь. Если на месте написать. &move, то характеристики отображаются правильно ведь? надо смотреть, что вызывается после использования move, что обновляет персонажа и вставить в код.
-
Там вроде ещё была функция типа RefreshCha, не уверен, что поможет, но попробовать стоит
-
As V3ct0r has already mentioned, it seems you are using an outdated version of the updater, so updating it might help. I also strongly encourage you to switch to this patcher instead, as it's more reliable:
-
How can I limit the players for maps to one account?
champ replied to eatsangels's topic in Questions & Help
True, which is why I’ve said it’s not the most appropriate solution, however it should filter out script kiddies (which is about 80% of players).