Csak annyit kell csinálnod, hogy a tetejét átírod és kész is van. Fontos, hogy ne az
OnPlayerCommandText-hez tedd a zcmd-s parancsot hanem üres térbe (ne eljárás közé).
CMD:parancs(playerid, params[])
{
SetPlayerPos(playerid, x, y, z);
return 1;
}
if(!strcmp(\"/parancs\", cmdtext, true))
{
SetPlayerPos(playerid, x, y, z);
return 1;
}