all skins help
#1

Hi guys, I'm trying to add all skins in my gamemode. I need a little help here.

Quote:

for(new i = 0; i < 299; i++)
{
AddPlayerClass(i, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
}

This is the original code
Quote:

for(new i = 0; i < 287; i++)
{
AddPlayerClass(i, x, y, z, 0, 0, 0, 0, 0, 0); //Replace x, y, z to your coordinates.
}

If you see I changed the code from for(new i = 0; i < 287; i++) to for(new i = 0; i < 299; i++)
because 299 is the maximum skin, and it means I added all the skins (https://sampwiki.blast.hk/wiki/Skins:All), is it correct?
Reply


Messages In This Thread
all skins help - by Uberanwar - 01.09.2013, 04:58
Re: all skins help - by Uberanwar - 01.09.2013, 05:23
Re: all skins help - by ProjectMan - 01.09.2013, 06:28

Forum Jump:


Users browsing this thread: 1 Guest(s)