19.07.2011, 08:41
where should i put the if else function? And between them I should put:
case 4:
{
SetPlayerPos(playerid, 2486.7598,-1647.5186,14.0703);
SetPlayerFacingAngle( playerid, 187.5500 );
SetPlayerCameraPos(playerid, 2486.4346,-1646.0953-5,14.0703);
SetPlayerCameraLookAt(playerid, 2486.7598,-1647.5186,14.0703);
}
or what? My usual question was this:
For example, I want everybody from Groove Street in his own house!
I use the Code from u Adil, but what should I take and replace for Ryder's house?
Code:
AddPlayerClass(0,2459.9001,-1688.4135,13.5280,2.9949,0,0,0,0,0,0); // ryder1.0
case 4:
{
SetPlayerPos(playerid, 2486.7598,-1647.5186,14.0703);
SetPlayerFacingAngle( playerid, 187.5500 );
SetPlayerCameraPos(playerid, 2486.4346,-1646.0953-5,14.0703);
SetPlayerCameraLookAt(playerid, 2486.7598,-1647.5186,14.0703);
}
or what? My usual question was this:
For example, I want everybody from Groove Street in his own house!
I use the Code from u Adil, but what should I take and replace for Ryder's house?
Code:
AddPlayerClass(0,2459.9001,-1688.4135,13.5280,2.9949,0,0,0,0,0,0); // ryder1.0