14.03.2009, 17:12
Well, i don't think serverowners want players to teleport to everywhere they want.
But if you want it, you can add this command to the filterscript:
But if you want it, you can add this command to the filterscript:
Code:
if(strcmp(cmd, "/teleporttocamera", true)==0) { if(IsInCameraMode[playerid] == 1) { SetPlayerPos(playerid, PCP[playerid][0], PCP[playerid][1], PCP[playerid][2]); SetPlayerFacingAngle(playerid, PCA[playerid]); return 1; } }