CMD:forward(playerid,params[]){ new Float:x,Float:y,Float:z; GetPlayerPos(playerid,x,y,z); SetPlayerPos(playerid,x+5,y,z); return 1;}