Hallo Breadfish-Community,
Zur Zeit arbeite ich an einem LoH 1.0 Edit, aber dabei habe ich folgendes Problem:
Immer wenn ich Pickups erstelle und man dort reingeht, wird man zum Stadion ins LS geportet, obwohl ich wirklich alles richtig gemacht habe?! Vielleicht kennt ja einer die Lösung für das Problem.
Ich machs halt immer so:
new lsfdenter;
Dann bei OnGamemmodeInit:
lsfdenter=CreatePickup(1318,1,x,y,z);
Und dann bei OnPlayerPickupPickup(playerid,pickupid)
if(pickupid==lsfdenter)
{
SetPlayerPos(playerid,x,y,z);
SetPlayerInterior(playerid,und halt die id);
}
Und dann spawnt man am Statdion in LS. Bitte um Hilfe!