04.02.2010, 14:37
this is how it must be done
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/your command", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, the x position, the y postition, and the z position);
return 1;
}
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/your command", cmdtext, true, 10) == 0)
{
SetPlayerPos(playerid, the x position, the y postition, and the z position);
return 1;
}

