I need help
#4

k, I posted there... but i think that here i will get help faster than in GodFather topic...

I also tried to add next on /exit command:
Код:
for(new i = 0; i < sizeof(BizzInfo); i++)
			{
				//printf("Bizz :%d",i);
				if (PlayerToPoint(3, playerid,BizzInfo[i][bExitX], BizzInfo[i][bExitY], BizzInfo[i][bExitZ]))
				{
					SetPlayerInterior(playerid,0);
					PlayerInfo[playerid][pInt] = 0;
					SetPlayerPos(playerid,BizzInfo[i][bEntranceX],BizzInfo[i][bEntranceY],BizzInfo[i][bEntranceZ]);
					PlayerInfo[playerid][pLocal] = 255;
				}
//What i added
if(i == 10)//Market Cluckin Bell
{
SetPlayerPos(playerid,X,Y,Z);
}
if(i == 11)//WillowField Cluckin Bell
{
SetPlayerPos(playerid,X,Y,Z);
}
if(i == 12));WillowField Pizza
{
SetPlayerPos(playerid,X,Y,Z);
}
after that, when I type /exit(In Market Cluckin Bell for example) I spawn at WillowField Pizza. I spawn at WillowField Pizza when i type /exit in others business'es too...
Reply


Messages In This Thread
I need help - by McSquizzy - 01.04.2009, 13:34
Re: I need help - by McSquizzy - 01.04.2009, 15:33
Re: I need help - by ICECOLDKILLAK8 - 01.04.2009, 15:46
Re: I need help - by McSquizzy - 01.04.2009, 16:45
Re: I need help - by Think - 01.04.2009, 16:48
Re: I need help - by McSquizzy - 01.04.2009, 16:49

Forum Jump:


Users browsing this thread: 1 Guest(s)