07.05.2011, 13:04
So I've been scripting some stuff, and when I tried to compile this:
It gives me this:
I've been searching SA:MP forums, and ******, and eventually I found the answer to the problem, but I can't seem to understand that. I tried everything to fix it, but that error just won't go away :/
Thanks in advance!
By the way, this is the "RandSkinsMale" statement thingy:
Soz for the [ b] [/ b] it looks nicer
pawn Код:
new rSkin = random(sizeof(RandSkinsMale));
SetPlayerSkin(playerid, RandSkinsMale[rSkin]);
Код:
C:\Program Files (x86)\*****\samysql\gamemodes\****.pwn(1813) : error 035: argument type mismatch (argument 2)
Thanks in advance!
By the way, this is the "RandSkinsMale" statement thingy:
pawn Код:
new RandSkinsMale[6][] =
{
101,
17,
22,
221,
240,
46
};
Soz for the [ b] [/ b] it looks nicer