16.02.2013, 09:51
Hello, i wanna a teleport script i have one i just wanna like if someone teleport to somewhere i wanna to show like
(/sf) JimmyNeonHD (ID:0), Teleport to san Ferraro
are that's possible?
and i want to know how to make the player teleport with vehicle i can't my script like this
(/sf) JimmyNeonHD (ID:0), Teleport to san Ferraro
are that's possible?
and i want to know how to make the player teleport with vehicle i can't my script like this
Quote:
{ if (strcmp("/sf", cmdtext, true, 10) == 0) { SetPlayerPos(playerid, -1513.7695, 795.8688, 7.1875, 31.263; return 1; } return 0; } |