[Tutorial] [TUT] How to make admin 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: Tutorials (
https://sampforum.blast.hk/forumdisplay.php?fid=70)
+---- Thread: [Tutorial] [TUT] How to make admin skins (
/showthread.php?tid=140633)
Re: [TUT] How to make admin skins -
rong13 - 20.05.2010
some 1 ?
Re: [TUT] How to make admin skins -
NewTorran - 20.05.2010
Quote:
Originally Posted by rong13
some 1 ?
|
Do you mean the skin ids 55, 29, and 79?
So
pawn Code:
AddPlayerClass(29, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
AddPlayerClass(55, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
AddPlayerClass(79, 1958.3783, 1343.1572, 15.3746, 269.1425, 0, 0, 0, 0, 0, 0);
Re: [TUT] How to make admin skins -
rong13 - 20.05.2010
what the four doing ?
(all skins after the 4 that go down will be for admin >?
Quote:
if(PClassID[playerid] == 4)
{
if(PlayerInfo[playerid][AdminLevel] == 1)
{
return 1;
}
else
{
SendClientMessage(playerid, COLOR_RED, "SERVER: This is admin skin");
return 0;
}
|
Re: [TUT] How to make admin skins -
rong13 - 20.05.2010
help
Re: [TUT] How to make admin skins -
NewTorran - 20.05.2010
I say in the topic what the
4 is
Quote:
NOTE: The classid isent always four, Count your add player classes up to the admin skin, Then take away 1, And thats your classid
|
Re: [TUT] How to make admin skins -
][MM][TuTTi][HU][ - 22.05.2010
wow this is very cool