07.02.2017, 12:28
Quote:
|
try with virtual world?
CMD:vw(playerid, params[]) { SetPlayerVirtualWorld(playerid, 15); SetPlayerPos(playerid, 1382.9604, 2185.7424, 10.3070); return 1; } |
Second, (to OP): These positions aren't an interior. It's a Las Venturas outside baseball thingy.
Third, here's fixed code:
PHP код:
CMD:worldtp(playerid, params[]) {
#pragma unused params
SetPlayerPos(playerid, 1382.9604, 2185.7424, 10.3070);
return 1;
}

