21.02.2011, 15:31
Hello,I got an Admins team.Players in admins team spawn in interior(house).So I made a checkpoint,that when they get in it they teleports to world(interior 0).
I decited to make that other players will spawn in interior,but I don't know how to make more checkpoints.
I tried to make picups,but when they teleports from interior it not makes interior 0 .
So I tried make picup,that from interior they tele,Like:
But it not makes interior 0 .
Any help?
I decited to make that other players will spawn in interior,but I don't know how to make more checkpoints.
I tried to make picups,but when they teleports from interior it not makes interior 0 .
So I tried make picup,that from interior they tele,Like:
Код:
public OnPlayerPickUpPickup(playerid, pickupid) { if(pickupid == mypickup) { SetPlayerPos(playerid, mycordinates); SetPlayerInterior(playerid, 0); } return 1; }
Any help?