01.02.2010, 19:24
Hey everyone. I'm working on my own game mode but I need some help.
Well, I have this script for my PD team thingy.
public OnPlayerSpawn(playerid)
{
//pd skins
if(GetPlayerSkin(playerid) == 280)
SetPlayerColor(playerid,0x2641FEAA);
But I want that you need permission to choose this skin. And I also want that when the person logs in the next time
he will still have this permission. I don't mind if it is with rcon admin or something.
can someone make an example or something please?
REgards
Well, I have this script for my PD team thingy.
public OnPlayerSpawn(playerid)
{
//pd skins
if(GetPlayerSkin(playerid) == 280)
SetPlayerColor(playerid,0x2641FEAA);
But I want that you need permission to choose this skin. And I also want that when the person logs in the next time
he will still have this permission. I don't mind if it is with rcon admin or something.
can someone make an example or something please?
REgards