SA-MP Forums Archive
[Solved][Need Link]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: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Solved][Need Link]Admin Skins (/showthread.php?tid=104398)



[Solved][Need Link]Admin Skins - Tigerbeast11 - 24.10.2009

How can I do it so that only admins can choose some skins. I tried searching but for some reason, it says, You are not allowed to search in this forum!!!??!!!!

WTF!!!

Anyway, how can I put admin skins in OnGameModeInIt so that other players cannot pick them... Also, when the admin spawns, how can I have it so that there marker is the only green marker, so you can recognise the admin?

I really need help with this, thnx in advance

Greetz


Re: Admin Skins - Correlli - 24.10.2009

Quote:
Originally Posted by Tigerbeast11
How can I do it so that only admins can choose some skins.
Check SA:MP's Wiki, i think there is tutorial about admin skins.


Re: Admin Skins - Tigerbeast11 - 24.10.2009

Oky, i will search, but in the meantime, what is wrong with the search button?


Re: [Fail]Admin Skins - Tigerbeast11 - 24.10.2009

There is a tutorial about how to change the colour on spawn, but I cant find admin skin tutorial...


Re: [Fail][Need Link]Admin Skins - MadeMan - 24.10.2009

This tutorial is related to that https://sampwiki.blast.hk/wiki/How_to_set_skin_passworded

But you can just use return 0; OnPlayerRequestSpawn to stop player from spawning.


Re: Admin Skins - Correlli - 24.10.2009

Quote:
Originally Posted by Tigerbeast11
Oky, i will search, but in the meantime, what is wrong with the search button?
Quote:
Originally Posted by IRC
<kc> The forums search functionality has been temporarily disabled due to high load.



Re: [Fail][Need Link]Admin Skins - Tigerbeast11 - 24.10.2009

Quote:
Originally Posted by Don Correlli
Quote:
Originally Posted by Tigerbeast11
Oky, i will search, but in the meantime, what is wrong with the search button?
Quote:
Originally Posted by IRC
<kc> The forums search functionality has been temporarily disabled due to high load.
Oky!

Quote:
Originally Posted by MadeMan
This tutorial is related to that https://sampwiki.blast.hk/wiki/How_to_set_skin_passworded

But you can just use return 0; OnPlayerRequestSpawn to stop player from spawning.
Thnx for the link!