[HELP]
#1

I need help ....
How do you make something like this:

When i want to type /help to see commands and such also with /Stats to see your stats ..

Help me i dont know how to script can someone teach me those wiki things dont help me at all.
Reply
#2

use search, type ''stats'' in search window
Reply
#3

Quote:
Originally Posted by cigo
use search, type ''stats'' in search window
Nothing........................
Reply
#4

you mean that you can see how man players you are killed, how man times you have dead?
Reply
#5

$$ ЈЈ ЂЂ..
Just kidding..
I think you are too lazy to read the wiki, cause I have read it few months ago, and I know scripting basics now and i can script Stats myself.. ;P
Reply
#6

i am using ladmin and it has got command /stats
Reply
#7

Quote:
Originally Posted by xXiamCr4zyXx
When i want to type /help to see commands
Maybe you mean this?

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/mycommand", cmdtext, true, 10) == 0)
       SendClientMessage(playerid,0xFF0000AA,"/commands");
       SendClientMessage(playerid,0xFF0000AA,"Write anything else you would like to be on /help cmd");
		return 1;
	}
	return 0;
}
Reply
#8

i think he wants script what shows your stats. (as i asked him before)
Reply
#9

maybe he meant /getstate cmd or ?
Reply
#10

he meant stats....

I hope this is what you needed : http://forum.sa-mp.com/index.php?topic=82157.0
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)