23.04.2012, 02:01
(
Последний раз редактировалось WarriorEd22; 24.04.2012 в 01:17.
)
closed.
new gSkinNames[][] = {
"Carl \"CJ\" Johnson", // ID 0
"The Truth", // ID 1
"Maccer" // ID 2
// etc.
};
public OnPlayerRequestClass(playerid, classid)
{
GameTextForPlayer(playerid, gSkinNames[GetPlayerSkin(playerid)], 3000, 3);
return 1;
}
pawn Код:
https://sampwiki.blast.hk/wiki/Skins:All NOTE: You WILL need to create a blank entry to invalid skins. |