04.02.2009, 12:18
i have a problem with my teleport when i'm in a car and make /lv its teleported to the lv place
but when i go out from my car and make /lv its not teleporter
Help me please
What is the problem:
any suggestion to fix it please
but when i go out from my car and make /lv its not teleporter
Help me please
What is the problem:
Код:
if(strcmp(cmd, "/lv", true) == 0) { SetVehiclePos(GetPlayerVehicleID(playerid), 2030.837158, 1343.022338, 10.415551); GameTextForPlayer(playerid, "~b~Las Venturas", 3000, 3); } else { SetPlayerPos(playerid,2030.837158, 1343.022338, 10.415551); GameTextForPlayer(playerid, "~b~Las Venturas", 3000, 3); } return 1; }