Bug in OnPlayerRequestClass(playerid, classid)!
#3

Quote:
Originally Posted by Abagail
Посмотреть сообщение
If they are requesting to spawn then they usually don't have a skin set. ClassID is the skin they are attempting to spawn with.
Right, but in my old RP server(samp 0.3d) my skin shop all players inside the shop can see the skin selected, because I used this following code:

pawn Код:
public OnPlayerRequestClass(playerid, classid)
{

   SetPlayerSkin(playerid,GetPlayerSkin(playerid));
   return 1;
}
The code above show and set the skin from current ClassID, but in 0.3z the Skin ID return 0(CJ Skin).
Reply


Messages In This Thread
Bug in OnPlayerRequestClass(playerid, classid)! - by JR_Junior - 18.10.2014, 19:30
Re: Bug in OnPlayerRequestClass(playerid, classid)! - by Abagail - 18.10.2014, 19:48
Re: Bug in OnPlayerRequestClass(playerid, classid)! - by JR_Junior - 18.10.2014, 21:00
Respuesta: Bug in OnPlayerRequestClass(playerid, classid)! - by IvanAyuso - 24.10.2014, 11:43
Re: Bug in OnPlayerRequestClass(playerid, classid)! - by Sew_Sumi - 27.10.2014, 16:26

Forum Jump:


Users browsing this thread: 1 Guest(s)