HyperGaming Network

Other Forums => Scrapyard => Topic started by: SaltyPopcorn on 16-06-2008

Title: Sa-mp Skins
Post by: SaltyPopcorn on 16-06-2008
The problem here is i don't see the skins in my class selection

  SetPlayerPos ( playerid, 195.3783+3,1343.1572,15.3746);
   SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
   SetPlayerCameraLookAt(playerid, 1958+3.3783, 1343.1572, 15.3746);
   return 1;

Its all good and still it dont work i still dont see the screens here a screenshot of it.

(https://forums.hypergamer.net/proxy.php?request=http%3A%2F%2Fimg411.imageshack.us%2Fimg411%2F1376%2Fsamp022pp7.th.png&hash=4ef39afe0fad285623033f6511d66254589e31b1) (http://img411.imageshack.us/my.php?image=samp022pp7.png)

Karma + and a big thank you for the guy who helps me fixing it :)


Title: Re: Sa-mp Skins
Post by: InTOx on 16-06-2008
public OnPlayerRequestClass(playerid, classid)
{
   SetPlayerPos(playerid, 1958.3783, 1343.1572, 15.3746);
   SetPlayerCameraPos(playerid, 1958.3783, 1343.1572, 15.3746);
   SetPlayerCameraLookAt(playerid, 1958.3783, 1343.1572, 15.3746);
   AllowPlayerTeleport(playerid,1);
   return 1;
}

public OnPlayerRequestSpawn(playerid)
{
   return 1;
}

try this, but subsitute them for the actual spawns, plus why is there an +3 and stuff in there
Title: Re: Sa-mp Skins
Post by: SaltyPopcorn on 16-06-2008
Just some stuff that the camera move's a bit but it didnt work

still doesnt work if i add thse :S

but you got karma anyway
Title: Re: Sa-mp Skins
Post by: InTOx on 16-06-2008
is there any chance u could send me the script? i could then debug it for you and see what is wrong
Title: Re: Sa-mp Skins
Post by: SaltyPopcorn on 16-06-2008
I got it fixed myself already but thanks anyway :D



LOCKED
Title: Re: Sa-mp Skins
Post by: Silver Knight on 16-06-2008
Karma awarded to Intox for his input :D