new something[] = "something"
As the title says i want to make something like this
Example: Code:
new a[] = "v"Is there any faster way in doing this? maybe enums? |
Re: new something[] = "something"
PHP Code:
|
Re: new something[] = "something"
PHP Code:
|
Re: new something[] = "something"
Quote:
doesn't help Quote:
|
Re: new something[] = "something"
Both examples are legit; the first one cannot handle a string however. Only one character.
|
Re: new something[] = "something"
maybe like this:
PHP Code:
|
Re: new something[] = "something"
Quote:
Let's say i have 10 new things that are equal to some other things simple example Code:
#include <amxmodx>show me example with 3/4 things, i really don't understand :S Thanks in advance. Only r0ck code was kind-a helpfull |
Re: new something[] = "something"
Tells us what you are trying to do in words, not in code.
|
Re: new something[] = "something"
use 2 dimensional array when you want to compare 10 different strings
|
Re: new something[] = "something"
Quote:
After disassembling plugin, you can see pass etc.. i first wanted to use md5 but pawn doesn't have decryption include, so i thought about this. If i put %s%s...etc after disassembling you only see %s not the letters, so no one can steal data. I know it's kinda dumb, but it do the job. |
| All times are GMT -4. The time now is 19:39. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.