Fast Guys Help me ?
#1

Hi Guys i need help with If a Player Join Cops Class Give him Colour Blue i have color blue but don't know how to i can make it When Player Join Cops Give him Color Blue!
Reply
#2

Example:

0 = cops

Код:
public OnPlayerRequestClass(playerid,classid)
{
    if(classid == 0) return SetPlayerColor(playerid, 0x0099CCFF);

    return 1;
}
Reply
#3

How can we help you without giving codes or just the check for cop.
Have you defined the cop class anyways?
Reply
#4

Hello RedRex!
You need to try by yourself before asking for help or you will never improve your scripting.
What do you want make blue? His marker ? Check : SetPlayerMarkerForPlayer!
His name ?
Reply
#5

16 Reps, 159 Posts, Join date 17/01/2016, And you don't know how to set a color?
Shame on you man...
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)