15.01.2012, 17:57
1.I have added vehicles to my server but I'll like to load them from a file instead of a whole list of 'AddStaticVehicle' in the script. Is this possible?
2. Okay I am using the YSI/y_ini login and register system, I've made it from Kush's tutorial.
So under my 'OnPlayerRequestClass'
I've this -
SetPlayerInterior(playerid,14);
SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
SetPlayerFacingAngle(playerid, 270.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
When you're registering/login you come to a dialog box with a background screen with a maria beach.
But I'll like the dialog box skip and appear in the Interior 14, Like what I have under 'OnPlayerRequestClass'
How do I do this?
2. Okay I am using the YSI/y_ini login and register system, I've made it from Kush's tutorial.
So under my 'OnPlayerRequestClass'
I've this -
SetPlayerInterior(playerid,14);
SetPlayerPos(playerid,258.4893,-41.4008,1002.0234);
SetPlayerFacingAngle(playerid, 270.0);
SetPlayerCameraPos(playerid,256.0815,-43.0475,1004.0234);
SetPlayerCameraLookAt(playerid,258.4893,-41.4008,1002.0234);
When you're registering/login you come to a dialog box with a background screen with a maria beach.
But I'll like the dialog box skip and appear in the Interior 14, Like what I have under 'OnPlayerRequestClass'
How do I do this?