03.10.2010, 16:17
Hey guys! How would I make a /reclass command,
I think it would look something like this:
I think it would look something like this:
Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/reclass", cmdtext, true, 10) == 0)
{
SetPlayerPos //idk :P
return 1;
}


