Class selection
#1

Well there are currently 1, 2, 3, 4 , 5 i think spawns on my server and i did something...

Now when you go to class selection you do not see were the person would spawn ( I want this for each spawn)

And all you see is Vinewood dont even see the skin!! , Help..


Can someone paste some script bits for the spawns on my server.. would help lots :3


If you need to please visit the server @ 86.21.104.180:7777

Please, could really use some help x.x
Reply
#2

under
public OnGameModeInit()
{

Код:
	AddPlayerClass(5, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
 AddPlayerClass(115,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(107,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(104,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(102,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(108,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(109,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(123,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(120,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(100,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(124,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(113,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN
AddPlayerClass(287,1832.4519,-2387.8748,15.8021,180.6353,0,0,0,0,0,0); // GMSPAWN

this under
public OnPlayerRequestClass(playerid, classid)
{


Код:
SetPlayerFacingAngle(playerid, 88.0);

	SetPlayerCameraPos(playerid, 2490.9556, 2773.1326, 10.7968);

	SetPlayerCameraLookAt(playerid, 2495.0449, 2773.0566, 10.8158);
	return 1;
}
Reply
#3

Eh?

public SetupPlayerForClassSelection(playerid)
{
SetPlayerInterior(playerid,3);
SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
SetPlayerFacingAngle(playerid, 90.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
}


shouldn't something from there be edited!? ... confused
Reply
#4

Your Server maybe Crashed? Or maybe your Game Mode or some of your Filter Scripts makes your Connection slow. Do you got a good Internet Connection?
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)