16.05.2014, 16:27
How do i add those kind of shops what are in the title?
(REP If i get any help)
(REP If i get any help)
How do i add those kind of shops what are in the title?
(REP If i get any help) |
new BurgerPickup;
BurgerPickup = CreatePickup(1559, 1, XPOS, YPOS, ZPOS, 0);
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == BurgerPickup)
{
SetPlayerVirtualWorld(playerid, 10);
SetPlayerPos(playerid, 363.4129, -74.5786, 1001.5078);
SetCameraBehindPlayer(playerid);
return 1;
}
return 1;
}