27.06.2009, 16:42
Hello guys, i've just searched for Teams for special skins, and i think i made it, well, i hope it is right too.. actually..,
Anyways here is what i found to make a team to a skin:
#defines and other stuffs:
The team thingy.. i think:
Well after that thingy, i want to make a special command for this team only can be used by them, and it is /d(mv)c(hat) - /dc, or /dmvchat, and they use it for a private team chat, and..
I want to make only 4 special cars that only them who can enter it, if any other player, it kicks him out of the car, or it is locked for him..,
The 4 special cars ID is 405
Well, i think thats all for now! ^_^
Anyways here is what i found to make a team to a skin:
#defines and other stuffs:
pawn Код:
#define TEAM_DMV 1
new gteam[MAX_PLAYERS];
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
switch (59) {
case 0:
{
gteam[playerid] = TEAM_DMV;
}
}
return 1;
}
I want to make only 4 special cars that only them who can enter it, if any other player, it kicks him out of the car, or it is locked for him..,
The 4 special cars ID is 405
Well, i think thats all for now! ^_^