HELP ON IT!!! QUICK! -
Gabolla - 17.10.2015
Guys I made when I conenct t to the server like an camera pos in interior but it's not appear it's appear like an sky when i connect I need a quick help and a quick reply
http://imgur.com/Km5dj3d
Re: HELP ON IT!!! QUICK! -
zaibaslr2 - 17.10.2015
You need to move player to that interior aswell.
Re: HELP ON IT!!! QUICK! -
Gabolla - 17.10.2015
I am not scripter can you help me? Add me in skype GaMicKaMo
Re: HELP ON IT!!! QUICK! -
Gabolla - 17.10.2015
See what I did
public OnPlayerConnect(playerid) //GIVE ME A SECONDkk
{
new pname[MAX_PLAYER_NAME], string[22 + MAX_PLAYER_NAME];
GetPlayerName(playerid, pname, sizeof(pname));
format(string, sizeof(string), "%s has joined the server from", pname);
SendClientMessageToAll(0xB4B5B7FF, string);
gOoc[ playerid ] = 0; Logged[ playerid ] = 0;
// Reset stats!
PlayerInfo[ playerid ][ pCash ] = 0;
PlayerInfo[ playerid ][ pAdmin ] = 0;
PlayerInfo[ playerid ][ pSex ] = 0;
PlayerInfo[ playerid ][ pAge ] = 0;
PlayerInfo[ playerid ][ pPos_x ] = 0.0;
PlayerInfo[ playerid ][ pPos_y ] = 0.0;
PlayerInfo[ playerid ][ pPos_z ] = 0.0;
PlayerInfo[ playerid ][ pSkin ] = 0;
PlayerInfo[ playerid ][ pTeam ] = 0;
PlayerInfo[ playerid ][ pAccent ] = 0;
PlayerInfo[ playerid ] [ pWarns ] = 0;
PlayerInfo[playerid][SpawnDance] = true;
ApplyAnimation(playerid,"DANCING","DNCE_M_B",4.0,1 ,0,0,0,-1);
SetPlayerInterior(playerid, 17);
TogglePlayerSpectating(playerid, false);
SetPlayerPos(playerid, 487.6174,-14.5198,1000.6797);
SetPlayerFacingAngle(playerid, 270);
SetPlayerCameraLookAt(playerid, 487.6174,-14.5198,1000.6797);
ApplyAnimation(playerid,"DANCING","DNCE_M_B",4.0,1 ,0,0,0,-1);
SetPlayerCameraPos(playerid, 492.2111,-14.6017,1000.6719);
SpectatePlayer[playerid]=-1;
if(fexist(UserPath(playerid)))
Re: HELP ON IT!!! QUICK! -
Ahmad45123 - 17.10.2015
Use SetPlayerInterior.
Use SAMP Wiki.
Re: HELP ON IT!!! QUICK! -
Gabolla - 17.10.2015
I used the SetPlayerInterior you can see the last reply from me and ahmad add me in skype GaMicKaMo
Someone help me please...
Re: HELP ON IT!!! QUICK! -
Luicy. - 17.10.2015
Sent friend request on skype, I'll help you there.
Re: HELP ON IT!!! QUICK! -
Gabolla - 17.10.2015
No one can help me with that three guys tried but failed anyone will add me and help me with this? Skype name : GaMicKaMo
Re: HELP ON IT!!! QUICK! -
Luicy. - 17.10.2015
Come online on Skype, I will re-search your full gamemode and try to fix it.