Biz bug help!
#1

Well i try a coordinate for the 24/7 the code is like this:
PHP код:
  if(BizInfo[idx][bType] == 1// 24/7 Business
                
{
                    
SetPlayerPos(playerid, -25.884498,-185.868988,1003.546875);
                    
SetPlayerFacingAngle(playerid357.5915);
                    
SetCameraBehindPlayer(playerid);
                    
SetPlayerInterior(playerid6);
                    
SetPlayerVirtualWorld(playerididx+100);
                    
format(stringsizeof(string), "** Welcome to %s's 24/7 Market (( /prices & /buy )) **"BizInfo[idx][bOwner]);
                    
SendClientMessage(playeridCOLOR_ORANGEstring);
                } 
But i tried to change the playerpos but i wont spawn in the store im just spawning in a black space and gets stuck and can't see anything. i use a command to get out. But it wont let me spawn in the store.

cant get screen shot in since i cant get my gta to window mode
Reply
#2

use this code // test with them just and tell me if it works

PHP код:

if(BizInfo[idx][bType] == 1// 24/7 Business 
                

                    
SetPlayerPos(playerid, -26.691599,-55.714897,1003.549988); 
                    
//SetPlayerFacingAngle(playerid, 357.5915); 
                    //SetCameraBehindPlayer(playerid); 
                    
SetPlayerInterior(playerid6); 
                    
format(stringsizeof(string), "** Welcome to %s's 24/7 Market (( /prices & /buy )) **"BizInfo[idx][bOwner]); 
                    
SendClientMessage(playeridCOLOR_ORANGEstring); 
                } 
Reply
#3

Holy shit it worked man <3 <3 THANK YOU SO MUCH <3 i will rep u <3 <3
Reply
#4

Quote:
Originally Posted by MCZOFT
Посмотреть сообщение
use this code // test with them just and tell me if it works

PHP код:

if(BizInfo[idx][bType] == 1// 24/7 Business 
                

                    
SetPlayerPos(playerid, -26.691599,-55.714897,1003.549988); 
                    
//SetPlayerFacingAngle(playerid, 357.5915); 
                    //SetCameraBehindPlayer(playerid); 
                    
SetPlayerInterior(playerid6); 
                    
format(stringsizeof(string), "** Welcome to %s's 24/7 Market (( /prices & /buy )) **"BizInfo[idx][bOwner]); 
                    
SendClientMessage(playeridCOLOR_ORANGEstring); 
                } 
The biz worked fine but now its says im not inside a business and i can't get out of the biz
Reply
#5

okay just relax ,

give me the exit command and the player Pos Before he types the command to enter the BIZZ , (like /Enterbiz or something .. ) and i'll fix it and give me also when player in a bussnies and he types the command to buy so i'll connect them both
Reply
#6

Quote:
Originally Posted by MCZOFT
Посмотреть сообщение
okay just relax ,

give me the exit command and the player Pos Before he types the command to enter the BIZZ , (like /Enterbiz or something .. ) and i'll fix it and give me also when player in a bussnies and he types the command to buy so i'll connect them both
Well im quite good, i fixed it. so now i can buy and get out of the biz But thanks for the help sir i appericate it
Reply
#7

Quote:
Originally Posted by MCZOFT
Посмотреть сообщение
okay just relax ,

give me the exit command and the player Pos Before he types the command to enter the BIZZ , (like /Enterbiz or something .. ) and i'll fix it and give me also when player in a bussnies and he types the command to buy so i'll connect them both
I gave you a reputation
Reply
#8

No problem , Good luck and thanks
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)