Help Please | How can i make a title ?
#9

Quote:
Originally Posted by Loot
Посмотреть сообщение
I'm not going to create that code for you, make a search at the forum about DM GameModes, and if you're lucky you might find something similar to that there.
EDIT:

Find out where you detecting the skinid
pawn Код:
if(skinid[playerid == 286) {
      GameTextForPlayer(playerid, "Cop", 3000, 3);
      // etc
}
And to change the color, detect what skinid he uses and set his color accordinaly:
pawn Код:
public OnPlayerSpawn(playerid)
{
      if(skinid[playerid == 286) {
            SetPlayerColor(playerid, 0x20B2AAFF);
            // etc
      }
      return 1;
}
Thanks and can you tell me the ingame Mapping ?
Reply


Messages In This Thread
Help Please | How can i make a title ? - by Le3aT - 11.11.2013, 13:14
Re: Help Please | How can i make a title ? - by Loot - 11.11.2013, 13:24
Re: Help Please | How can i make a title ? - by Le3aT - 11.11.2013, 13:27
Re: Help Please | How can i make a title ? - by Loot - 11.11.2013, 13:41
Re: Help Please | How can i make a title ? - by Raza2013 - 11.11.2013, 13:44
Re: Help Please | How can i make a title ? - by Le3aT - 11.11.2013, 13:51
Re: Help Please | How can i make a title ? - by Djole1337 - 11.11.2013, 13:55
Re: Help Please | How can i make a title ? - by Le3aT - 11.11.2013, 14:00
Re: Help Please | How can i make a title ? - by Le3aT - 11.11.2013, 14:24
Re: Help Please | How can i make a title ? - by Lajko1 - 11.11.2013, 15:03

Forum Jump:


Users browsing this thread: 1 Guest(s)