07.11.2014, 22:43
(
Последний раз редактировалось [DK]Dark_Knight; 08.11.2014 в 06:47.
)
Hey guys,
this is driving me up the wall.
First off, under OnGameModeInt(...)
OnPlayerRequestClass(playerid, classid)
When I try select a skin it only scrolls through 3 different skins and shows in console
this is driving me up the wall.
First off, under OnGameModeInt(...)
pawn Код:
for(new i=20; i<299; i++)
{
if(IsInvalidSkin(i)) continue;
SkinIDs[i] = Class_Add(i, 0.0, 0.0, 4.0, 0.0, -1, -1, -1, -1); //Use SkinIDs[i] for use elsewhere
}
pawn Код:
printf("%i", classid);
if(PlayersSkin != -1) Class_Goto(playerid, SkinIDs[PlayersSkin]);
else Class_Goto(playerid, classid);
Код:
0 1 2 0 1 2 0 1 2