Object bug or something?
#1

Hello! When im saving the position where class selection the caravan is showing.. But when i coming to class selection the caravan is not there in class selection:


Script:
Code:
public OnPlayerRequestClass(playerid, classid)
{
	SetPlayerCameraPos(playerid, 758.1191, 372.0873, 26.8540);
	SetPlayerCameraLookAt(playerid, 749.6238, 375.3663, 26.3264);
	return 1;
}
Reply
#2

You need esablecer a position with 'SetPlayerPos', or simply to establish it already in 'AddPlayerClass'.

https://sampwiki.blast.hk/wiki/OnPlayerRequestClass
Reply
#3

Use SetPlayerPos and set yourself nearby.
Reply
#4

Quote:
Originally Posted by EnzoMetlc
View Post
You need esablecer a position with 'SetPlayerPos', or simply to establish it already in 'AddPlayerClass'.

https://sampwiki.blast.hk/wiki/OnPlayerRequestClass
Thanks it worked!

Quote:
Originally Posted by DaniceMcHarley
View Post
Use SetPlayerPos and set yourself nearby.
Thanks to you too! It worked.

+1 Rep to you guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)