| Description | Sets the players coordinates, removing them from any vehicle they're in. |
|---|
| Parameters (v2) | 1) Player handle (Integer) (INT) 2) X Coord (Float) (FLOAT) 3) Y Coord (Float) (FLOAT) 4) Z Coord (Float) (FLOAT)
|
|---|
| Games |  |
|---|
| Category | |
|---|
| Command Name (IV) | WARP_PLAYER_FROM_CAR_TO_COORD |
|---|
| Vice City |
|---|
| sascm.ini | 012a=4,put_player %1d% at %2d% %3d% %4d% and_remove_from_car |
|---|
| Example | 012A: put_player $player_char at 91.2 -1460.9 10.0 and_remove_from_car |
|---|
| Command Name | WARP_PLAYER_FROM_CAR_TO_COORD |
|---|
| GTA III |
|---|
| gtascm.ini | 012a=4,put_player %1d% at %2d% %3d% %4d% and_remove_from_car |
|---|
| Example | 012A: put_player $PLAYER_CHAR at 1454.5625 -189.4999 55.0 and_remove_from_car |
|---|
| Command Name | WARP_PLAYER_FROM_CAR_TO_COORD |
|---|