Help With Interior +Rep
#1

PHP код:
CMD:WorldTp(playeridparams[])
{
    
SetPlayerInterior(playerid15);
    
SetPlayerPos(playerid1382.96042185.742410.3070);
    return 
1;

when player type /worldtp join to interior 15 Nothing is in The World All Map Is Clear How i Can Add SanAndreas World On this Code
Please Help Me On This i will rep you TnX
Reply
#2

try with virtual world?

CMD:vw(playerid, params[])
{
SetPlayerVirtualWorld(playerid, 15);
SetPlayerPos(playerid, 1382.9604, 2185.7424, 10.3070);
return 1;
}
Reply
#3

on your code Interior Is not change Why Should i do that i need when interior change to 15 Make World on this i tested
PHP код:
CMD:WorldTp(playeridparams[]) 

    
SetPlayerInterior(playerid15); 
    
SetPlayerVirtualWorld(playerid15); 
    
SetPlayerPos(playerid1382.96042185.742410.3070); 
    return 
1

and thats not worked
Reply
#4

Isn't this in the same case as this ; https://sampforum.blast.hk/showthread.php?tid=628192 ?
Reply
#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
#6

i want just when player type /worldtp on this
CMD:WorldTp(playerid, params[])
{
SetPlayerInterior(playerid, 15);
SetPlayerPos(playerid, 1382.9604, 2185.7424, 10.3070);
return 1;
}
in interior 15 All Maps Looklike To Interior 0
thats for derby
Reply
#7

then you should change maps interior,you should place maps into the interior that the player spawns.
Reply
#8

i know ! but i dont know Function if you know Compelete my Codes
Reply
#9

My Help Need is really HarD?
Reply
#10

No it isn't, but clearly you don't understand the answers given to you. The normal map is not visible in any interior so just remove the damn line!
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)