30.11.2009, 17:26
Код:
public SetPlayerSkinRandom
{
new rand = random(sizeof(gSkins));
SetPlayerSkin(playerid, gSkins[rand][0]);
}
Код:
new Float:gSkins[12][0] = {
{280},
{281},
{282},
{283},
{284},
{285},
{286},
{287},
{288},
{289},
{290},
{105}
};
my pawn crashes after this

