Raised This Month: $12 Target: $400
 3% 

Showing results 1 to 25 of 500
Search took 0.02 seconds.
Search: Posts Made By: abdobiskra
Forum: New Plugin Submissions 10-06-2023, 03:52
Replies: 6
Views: 6,584
Posted By abdobiskra
Forum: Scripting Help 07-13-2023, 13:05
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Yes, All the characters I have are 3 bytes. I am thinking of replacing 2 characters (6 bytes) with another character or symbol that is only 2 bytes.
I would like to know how to delete and modify the...
Forum: Scripting Help 07-13-2023, 06:41
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Quite simply I just want some way to replace the bytes
Two letters for one letter or one letter for two letters. (by bytes)
Replace two characters that do not have the same number of bytes

btw:...
Forum: Scripting Help 07-06-2023, 06:11
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Well in the code I reverse the letters and words from left to right to give clear words.
So the word and its bytes would be:
"سلام" = PEACE (Hello)

It consists of four letters:

0xEF 0xBA 0xB3...
Forum: Scripting Help 07-05-2023, 18:47
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Another question, is it possible to replace two characters consisting of, for example, 6 bytes, with a character consisting of 2 or 3 bytes?
(I want to delete two characters and replace them with...
Forum: Scripting Help 06-30-2023, 08:38
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Thank youu Bugsy
I had some confusion in my code I think this method is enough
if (said_to_utf8[i+2] == 0x9F) {

if (i + 3 < sizeof(said_to_utf8)) {

if (...
Forum: Scripting Help 06-25-2023, 00:10
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Yes, now I want to get the last byte of the character before the character I specified earlier
Forum: Scripting Help 06-24-2023, 17:23
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

If you mean the English language, it is somewhat different because the number of bytes in it is 1 for each letter

I will try to explain more:

To calculate the bytes

Here the first and second...
Forum: Scripting Help 06-24-2023, 15:01
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Do you want it in Arabic?
Source = "ﺎﺒﺣﺮﻣ"
to be = "ﺎﻋﺍﺩﻭ"
should save"Encode in UTF-8-BOM"
So:
Source be like : "ï»؟ï؛ژï؛’ï؛£ï؛®ï»£" ===> مرحبا ===> Hello
to be :...
Forum: Scripting Help 06-24-2023, 13:57
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Not exactly. There are letters, for example, whose position in the word differs and takes a different encoding of the bytes. Therefore, I want to specify the shape of the byte before the letter that...
Forum: Scripting Help 06-23-2023, 11:42
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Is it possible to specify the characters before and after them by moving to the byte level?
I'm not good at it but it seems the most appropriate way..
for (new i = 0; i < sizeof(said_to_utf8);...
Forum: Scripting Help 05-09-2023, 01:14
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Here:
new Separate_letters_Symbol[][] = {
"ط§", "ط¨", "طھ", "ط«", "ط¬", "ط*", "ط®", "ط³", "ط´", "طµ", "ط¶", "ط¹",
"ط؛", "ظپ", "ظ‚", "ظƒ", "ظ…", "ظ†", "ظٹ", "ط©", "ظ‰", "ظ‡", "ظ„",
"ط¦"
}
...
Forum: Scripting Help 05-08-2023, 14:03
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

lexzor
1) To be more clear in the first question, I have an addition that arranges the Arabic letters from left to right, and it works normally in the same language, but if you enter one of the...
Forum: Scripting Help 05-08-2023, 00:00
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

What I'm looking for a little different is to specify the language and not specific words from a specific language. Is that possible? Especially with Arabic and English.
Forum: Scripting Help 05-07-2023, 12:37
Replies: 26
Views: 2,157
Posted By abdobiskra
Re: How to check letters and words in sentences?

Thanks It would be good if you give me an example so I'm not good at it.
Forum: Scripting Help 05-06-2023, 16:53
Replies: 26
Views: 2,157
Posted By abdobiskra
How to check letters and words in sentences?

Hi,
1) I would like to know how can I know if there are extraneous words in a sentence (For example, using two languages in the same sentence in the chat)
2) How can I check if the letter is at...
Forum: Scripting Help 01-09-2022, 13:43
Replies: 9
Views: 746
Posted By abdobiskra
Re: set task disable

Hi, what about :
if(cs_get_user_team(id) == CS_TEAM_SPECTATOR)
set_task(31.1, "removeweapons", id + 100000)

then :

public function_check(id)
{
if(task_exists(id +...
Forum: Module Coding 12-31-2021, 12:52
Replies: 7
Views: 7,893
Posted By abdobiskra
Re: RTL-Chat Module?

Thanls but :


amxmodx these languages are not supported and the plugin is limited
Forum: Module Coding 12-30-2021, 11:29
Replies: 7
Views: 7,893
Posted By abdobiskra
Forum: Scripting Help 11-24-2021, 13:58
Replies: 1
Views: 679
Posted By abdobiskra
change Beam Length of weapon tripmine HL?

Hi, I tried to change the beam length based on HLSDK but it didn't work.
void CTripmineGrenade :: MakeBeam( void )
{
TraceResult tr;

// ALERT( at_console, "serverflags %f\n",...
Forum: HL1 Servers (HLDS) 11-19-2021, 03:57
Replies: 1
Views: 1,675
Posted By abdobiskra
Re: anti self gaus[FIX 2021]

http://aghl.ru/forum/viewtopic.php?f=19&t=19&hilit=anti+self+gauss
or use:
http://aghl.ru/forum/viewtopic.php?f=32&t=686
and


btw : You are asking in the wrong section.
Forum: HL1 Servers (HLDS) 10-23-2021, 15:53
Replies: 10
Views: 2,801
Posted By abdobiskra
Re: Cant connect to my cs 1.6 server

Try another port (exm: 27017) and add (... +port 27017 +ip {your ip here} +sv_lan 0 ...).
If it doesn't work sometimes you need to manually open the port (UDP) in your OS firewall using commands or...
Forum: HL1 Servers (HLDS) 10-21-2021, 12:18
Replies: 12
Views: 6,841
Posted By abdobiskra
Re: ./steamcmd.sh Error

try :
sudo apt-get install libc6:i386 -y
or
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get install libc6:i386
sudo apt-get install -f
Forum: HL1 Servers (HLDS) 10-21-2021, 10:42
Replies: 5
Views: 2,254
Posted By abdobiskra
Re: Problem connection to my server.

The problem has been solved.
I have added a new firewall in the control panel and add ports manually because the firewall provided by the hosting (ionos)I think there is a glitch
Forum: HL1 Servers (HLDS) 10-18-2021, 12:04
Replies: 5
Views: 2,254
Posted By abdobiskra
Re: Problem connection to my server.

I don't understand why it doesn't work for me..
Showing results 1 to 25 of 500

 
Forum Jump

All times are GMT -4. The time now is 16:45.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode