Marker Teleport
#1

Why on my server , when i press ESCAPE , and i Choose the MAP , and i put the RED MARKER somewhere , he teleport me there ?
Reply
#2

Are you using YSF and a windows server?
If yes, then it's a bug with YSF...
If no, then search(press ctrl+F) your working script and filterscripts for AllowPlayerTeleport or AllowAdminTeleport
Reply
#3

i use YSF , and this on gm: AllowAdminTeleport(1);
Reply
#4

If you don't want normal players(not admins) teleporting where they want, just don't use YSF until bugfix will be released.
If you don't want admins to teleport too, change AllowAdminTeleport(1); to AllowAdminTeleport(0);

З.Ы. удачи)
Reply
#5

k i've deleted YSF , but now i've got this under ongamemodeinit : AllowInteriorWeapons(1);

And if i'm login with RCON admin , and i want to teleport , now don't works why?
Reply
#6

Quote:
Originally Posted by russiany
...
And if i'm login with RCON admin , and i want to teleport , now don't works why?
AllowAdminTeleport(1);
Reply
#7

pawn Код:
//Under OnGameModeInit

AllowAdminTeleport(true);
and don't works
Reply
#8

Bah. I think these two functions are screwed up. I don't use AllowAdminTeleport.
I have a loop for AllowPlayerTeleport since AllowAdminTeleport doesn't work, but it seems like AllowPlayerTeleport doesn't work aswell.
Reply
#9

Put this in:

pawn Код:
AllowAdminTeleport(1);
AllowPlayerTeleport( playerid,0);
Reply
#10

under OnGameModeInit ?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)