Object Help! Please REED!
#1

Hello, Im Going to give you an example of the help I Need!

Lest say im in the game and i want to teleport to airport los santos.
if i go there by vehicle i cannot see any objects or players that have teleported there.
if i teleport to the airport i can see the objects and the players how are teleported there.

How can I make a command like thise?
Reply
#2

Quote:
Originally Posted by Elmerz_com
Посмотреть сообщение
Hello, Im Going to give you an example of the help I Need!

Lest say im in the game and i want to teleport to airport los santos.
if i go there by vehicle i cannot see any objects or players that have teleported there.
if i teleport to the airport i can see the objects and the players how are teleported there.

How can I make a command like thise?
do you want to tele there without seeing players?

Simply do:
pawn Код:
if(!strcmp(cmdtext, "/losantos", true))
{
    SetPlayerPos(playerid, X, Y, Z); // Your coordinates
    SetPlayerVirtualWorld(playerid, 1); // Will make you dont see players there
    // For see, just change 1 for 0
    return true;
}
Reply
#3

Thanks and how can a make objects visibel in VirtualWorld?
Reply
#4

Quote:
Originally Posted by Elmerz_com
Посмотреть сообщение
Thanks and how can a make objects visibel in VirtualWorld?
Sorry lol. Search for incognito streamer. You have other extra options with this streamer.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)