How would I make a /reclass command?
#1

Hey guys! How would I make a /reclass command,
I think it would look something like this:

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/reclass", cmdtext, true, 10) == 0)
	{
		SetPlayerPos //idk :P
		return 1;
	}
Reply


Messages In This Thread
How would I make a /reclass command? - by Georgelopez1 - 03.10.2010, 16:17
Re: How would I make a /reclass command? - by Dolph - 03.10.2010, 16:20
Re: How would I make a /reclass command? - by ScottCFR - 03.10.2010, 16:21
Re: How would I make a /reclass command? - by Georgelopez1 - 03.10.2010, 16:23
Re: How would I make a /reclass command? - by Conroy - 03.10.2010, 16:24
Re: How would I make a /reclass command? - by Georgelopez1 - 03.10.2010, 16:25
Re: How would I make a /reclass command? - by ScottCFR - 03.10.2010, 17:04

Forum Jump:


Users browsing this thread: 1 Guest(s)