05.07.2010, 17:14
just found this here on the forum
Adds all skins, this is exactly what ive been loking for.
Anyway thakns.
pawn Код:
for(new i = 0; i < 299; i++)
{
if(IsValidSkin(i))
{
AddPlayerClass(i,0.0,0.0,0.0,0.0,24,100,29,50,-1,-1);
}
}
Anyway thakns.