SA-MP Forums Archive
In the midle of the nowhere! - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: In the midle of the nowhere! (/showthread.php?tid=239855)



In the midle of the nowhere! - AVG_Free - 14.03.2011

I have done everything what types into samp tutorials for adding some class..and..
i have put my own coordinates (it shouldn't be wrong cuz i used /save cmnd into samp_debug)..
and when i join a game...
PAF!



any help?

--- EDIT---

thought i might add coordinates...

Quote:

2522.7598,-1679.1478,15.4970,85.4960

p.s. this dude should spawn in GS in front off Sweet's house


Respuesta: In the midle of the nowhere! - Code8976Man - 14.03.2011

Maybe interior is wrong?


Re: In the midle of the nowhere! - Stigg - 14.03.2011

Try:

Код:
SetPlayerInterior(playerid, 0);



Re: In the midle of the nowhere! - AVG_Free - 14.03.2011

Quote:
Originally Posted by Stigg
Посмотреть сообщение
Try:

Код:
SetPlayerInterior(playerid, 0);
that helped with that problem i had..
but now..
in class selection is everything black..
can i combine somehow to get them both right... i'll put a ss in EDIT

---EDIT---



Re: In the midle of the nowhere! - Darklom - 14.03.2011

Uh isn't it just x,y,z?


Re: In the midle of the nowhere! - AVG_Free - 14.03.2011

Quote:
Originally Posted by Darklom
Посмотреть сообщение
Uh isn't it just x,y,z?
i have no idea :P

anyways..it should look like this( that's when there's SetPlayerInterior(playerid, 14); ):




Re: In the midle of the nowhere! - Kwarde - 14.03.2011

Try to add this in "OnPlayerSpawn(playerid)":
pawn Код:
SetPlayerInterior(playerid, 0);
Or are you supposed to spawn in the house of the class selection? Then change '0' to '14'


Re: In the midle of the nowhere! - AVG_Free - 14.03.2011

well..
that helped..
thx a lot


Re: In the midle of the nowhere! - Kwarde - 14.03.2011

No Problem, But I see that someone'd already give the right answer
Quote:
Originally Posted by Stigg
Посмотреть сообщение
Try:

Код:
SetPlayerInterior(playerid, 0);



Re: In the midle of the nowhere! - AVG_Free - 14.03.2011

Quote:
Originally Posted by Kwarde
Посмотреть сообщение
No Problem, But I see that someone'd already give the right answer
well.. yeah.. but..
i just needed to combine somehow those 2 interiors.... just like he said :
Quote:
Originally Posted by ******
Посмотреть сообщение
Use your original SetPlayerInterior in OnPlayerRequestClass and the new one in OnPlayerSpawn.
well..
this should lock or something
thx again