Stay within world boundaries ...
#1

Well I got this issue and I tried everything to fix it but somehow it wont work.

I dont really get why am I getting this error... I tried resolving it for last 5 hours, but no sucess.

Код:
public OnPlayerSpawn(playerid)
{
	SetPlayerPos(playerid, 2317.130615, 692.398498, 11.460937);


    TextDrawHideForPlayer(playerid, Textdraw0);
	TextDrawHideForPlayer(playerid, Textdraw1);
	TextDrawHideForPlayer(playerid, Textdraw2);
	TextDrawHideForPlayer(playerid, Textdraw3);
	TextDrawHideForPlayer(playerid, Textdraw4);
	TextDrawHideForPlayer(playerid, Textdraw5);
	TextDrawHideForPlayer(playerid, Textdraw6);
	return 1;
}
Код:
public OnPlayerRequestSpawn(playerid)
{
	return 1;
}
Код:
public OnPlayerRequestClass(playerid, classid) //Default SA:MP pos
{
	SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
	SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
	return 1;
}
It happens on the spawn.
Reply


Messages In This Thread
Stay within world boundaries ... - by Squirrel - 11.03.2013, 11:07
Re: Stay within world boundaries ... - by Threshold - 11.03.2013, 11:12
Re: Stay within world boundaries ... - by Squirrel - 11.03.2013, 11:13
Re: Stay within world boundaries ... - by Threshold - 11.03.2013, 11:33
Re: Stay within world boundaries ... - by Squirrel - 11.03.2013, 11:37

Forum Jump:


Users browsing this thread: 1 Guest(s)