13.08.2017, 13:13
(
Последний раз редактировалось Man43; 13.08.2017 в 13:54.
)
I will explain to you what I mean
I worked as a criminal and police station Server and did a lot of settings and you did shops like 24/7 and Burger and many others, the problem with Shops.
"Why do I do two of the interior itself there is a problem I've done a shop Burger when I enter the shop and see him did not see the shop itself means a lot of the second Burger shop ... Do you understand me?
Why do not you understand? I will explain to you more![Sad](images/smilies/sad.gif)
"When I do two of the Burger shop and work the point to enter and exit when I enter the shop at the point of entry it works but when I get out of the exit point I will get out of the other Burger shop I do not know why this problem gets me I work everything legal and busy".
Do you want a Codes for my worked?... i'll give u wait...
I worked as a criminal and police station Server and did a lot of settings and you did shops like 24/7 and Burger and many others, the problem with Shops.
"Why do I do two of the interior itself there is a problem I've done a shop Burger when I enter the shop and see him did not see the shop itself means a lot of the second Burger shop ... Do you understand me?
Why do not you understand? I will explain to you more
![Sad](images/smilies/sad.gif)
"When I do two of the Burger shop and work the point to enter and exit when I enter the shop at the point of entry it works but when I get out of the exit point I will get out of the other Burger shop I do not know why this problem gets me I work everything legal and busy".
Do you want a Codes for my worked?... i'll give u wait...
PHP код:
//In The top script: this point for enter shop Dynamic Checkpoints
new Burger[6];
// And this for Exit point Dynamic Pickups
new Burger1[10];
// And here code for enter shop //
if(checkpointid == Burger[1]) // Burger
{
SetPlayerPos(playerid, 366.0355,-73.2948,1001.5078);
SetPlayerInterior(playerid, 10);
SendClientMessage(playerid, COLOR_WHITE, "You can rob this store typing: /robbery.");
}
if(checkpointid == Burger[2]) // Burger
{
SetPlayerPos(playerid, 366.0355,-73.2948,1001.5078);
SetPlayerInterior(playerid, 10);
SendClientMessage(playerid, COLOR_WHITE, "You can rob this store typing: /robbery.");
}
// this both codes for enteris Burger Shop because im making 2shop burger already.
//And here codes for Exit point burgers alot of players told me to make like this and i did but still not work.
if(pickupid == Burger1[1])
{
if(GetPlayerVirtualWorld(playerid)==10)
{
SetPlayerPos(playerid, 2363.6062,2071.2256,10.8203);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
}
if(pickupid == Burger1[2])
if(GetPlayerVirtualWorld(playerid)== 20)
{
SetPlayerPos(playerid, 2469.3982,2034.7217,11.0625);
SetPlayerInterior(playerid, 0);
SetPlayerVirtualWorld(playerid, 0);
}
}
return 1;
}
If there something wrong Please tell me And fix it please guys....
Im already have a server if u want see this problem at my server tell me in PM Please...