Short command

Status
Not open for further replies.

sameer

Active member
Joined
Jun 1, 2014
Messages
190
Reaction score
0
i am using /spec id
i want to short down the command to
/S ID
shoul be work as spec

:not_bad:
 

FraizeR007

Active member
Joined
Aug 12, 2014
Messages
58
Reaction score
0
Is this to your own server?

If not. thats impossible

/spec is server sided  :me_gusta:
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
FraizeR007 link said:
Is this to your own server?

If not. thats impossible

/spec is server sided  :me_gusta:

lol how comes it is impossible ?

it is totally possible , i would make it for you
doesn't even need big code , but i'm too busy
 
Joined
Feb 18, 2005
Messages
2,965
Reaction score
271
BlackHat link said:
lol how comes it is impossible ?

it is totally possible , i would make it for you
doesn't even need big code , but i'm too busy

Styler is right in a way, if you can't/don't want to help there's no reason to even post and say "i would make", it's retarded.

ontopic; server cmd, client cmd, cleo mod, s0beit mod, how about more details?
 

blackHat

Expert
Joined
Jul 28, 2013
Messages
930
Reaction score
2
I just wanted to let u know it is possible to avoid getting this locked

I will do it as soon as i have free time

It is easy register /s then scan it for player id then say massage /spec id

Nothing special

Beside can't/don't
Ok for sure i can't  code everything
But don't ?
From when i don't want to help someone? Srsly spring?
 

sameer

Active member
Joined
Jun 1, 2014
Messages
190
Reaction score
0
BlackHat link said:
I just wanted to let u know it is possible to avoid getting this locked

I will do it as soon as i have free time

It is easy register /s then scan it for player id then say massage /spec id

Nothing special

Beside can't/don't
Ok for sure i can't  code everything
But don't ?
From when i don't want to help someone? Srsly spring?
guys i have a code.
need some changes.
please make it correct
here

Code:
{$CLEO}

0000: NOP

0B34: samp register_client_command "s" to_label @r

:loop
wait 0
SAMP.CmdRet
goto @loop

:r
wait 0
SAMP.IsCommandTyped(0@)
if
0AD4: 1@ = scan_string 0@ format "%d %s" 2@ 3@v
jf @loop
0AF9: "/spec %d %s" 2@ 3@v
SAMP.CmdRet
goto @loop
 

ThermaL

Expert
Joined
Oct 23, 2013
Messages
1,593
Reaction score
3
Code:
{$CLEO}

0000: NOP

0B34: samp register_client_command "s" to_label @r

:loop
wait 0
SAMP.CmdRet
goto @loop

:r
wait 0
SAMP.IsCommandTyped(0@)
if
0AD4: 1@ = scan_string 0@ format "%d" 2@
jf @loop
0AF9: "/spec %d" 2@
SAMP.CmdRet
goto @loop
 
Status
Not open for further replies.
Top