SA-MP Forums Archive
[Need Help] Skins - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Need Help] Skins (/showthread.php?tid=129572)



[Need Help] Skins - geerdinho8 - 22.02.2010

FIXED

Second


Re: [Need Help] Skins - Onyx09 - 22.02.2010

Код:
new Skins[2][1] = {

{101},
{105}

};



Re: [Need Help] Skins - geerdinho8 - 22.02.2010

Fixed


Re: [Need Help] Skins - LuxurioN™ - 22.02.2010

Try this:
pawn Код:
public OnGameModeInit()
{
for(new s=0; s<2; s++) {
AddPlayerClass(Skins[0], 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
}
return 1;
}



Re: [Need Help] Skins - Onyx09 - 22.02.2010

search for

public OnPlayerPrivmsg

and get ride of that

then tell me what happens


Re: [Need Help] Skins - geerdinho8 - 22.02.2010

Thanks!

Regards,


Second