Woozie Player Class / godmode
#2

Here if i understand you correct you mean this,
Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/adminon", cmdtext, true, 10) == 0)
	{
SetPlayerSkin(playerid,294)
		return 1;
		
	}
And for Admin off simple.

Code:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/adminoff", cmdtext, true, 10) == 0)
	{
SetPlayerSkin(playerid,1)
		return 1;
		
	}
Change the adminoff playerid to the skin you want.
Hope it help's if i got what you ment correct.
But you just have to basicly edit that on your admin on and off command,
Becuase you will need to put it in the admin script and then also put a function in.
Reply


Messages In This Thread
Woozie Player Class / godmode - by StrickenKid - 01.02.2009, 16:52
Re: Woozie Player Class / godmode - by [4k]Wang - 01.02.2009, 17:02
Re: Woozie Player Class / godmode - by StrickenKid - 01.02.2009, 17:11
Re: Woozie Player Class / godmode - by [4k]Wang - 01.02.2009, 17:26
Re: Woozie Player Class / godmode - by StrickenKid - 01.02.2009, 18:00
Re: Woozie Player Class / godmode - by [4k]Wang - 01.02.2009, 18:13
Re: Woozie Player Class / godmode - by StrickenKid - 01.02.2009, 18:46
Re: Woozie Player Class / godmode - by [4k]Wang - 01.02.2009, 19:30

Forum Jump:


Users browsing this thread: 1 Guest(s)