Help With Interior +Rep
#5

Quote:
Originally Posted by LondonRP
Посмотреть сообщение
try with virtual world?

CMD:vw(playerid, params[])
{
SetPlayerVirtualWorld(playerid, 15);
SetPlayerPos(playerid, 1382.9604, 2185.7424, 10.3070);
return 1;
}
First, tell me why would you use Virtual World when he's clearly asking why the textures aren't visible..
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(playeridparams[]) {
   
#pragma unused params
   
SetPlayerPos(playerid1382.96042185.742410.3070);
   return 
1;

Reply


Messages In This Thread
Help With Interior +Rep - by Ramin - 07.02.2017, 12:18
Re: Help With Interior +Rep - by LondonRP - 07.02.2017, 12:21
Re: Help With Interior +Rep - by Ramin - 07.02.2017, 12:24
Re: Help With Interior +Rep - by Roozevelt - 07.02.2017, 12:26
Re: Help With Interior +Rep - by Meller - 07.02.2017, 12:28
Re: Help With Interior +Rep - by Ramin - 07.02.2017, 12:32
Re: Help With Interior +Rep - by LondonRP - 07.02.2017, 12:37
Re: Help With Interior +Rep - by Ramin - 07.02.2017, 12:38
Re: Help With Interior +Rep - by Ramin - 07.02.2017, 13:12
Re: Help With Interior +Rep - by Vince - 07.02.2017, 13:29

Forum Jump:


Users browsing this thread: 1 Guest(s)