fixed.
#2

If you are thinking of skins, add this to top of script
Код:
#define PILOT PilotSkinIDHere
and this code under your dcmd_p
Код:
if(GetPlayerSkin(playerid) != PILOT) return SendClientMessage(playerid, RED, "Error: You must be pilot to talk in pilot chat.");
if you were thinking of teams, this to top of script

Код:
#define TEAM_PILOT 1
and this to dcmd_p
Код:
if(GetPlayerTeam(playerid) != TEAM_PILOT) return SendClientMessage(playerid, RED, "Error: You must be pilot to talk in pilot chat.");
Reply


Messages In This Thread
fixed. - by Face9000 - 17.12.2010, 21:55
Re: fixed. - by Ironboy500[TW] - 17.12.2010, 22:01

Forum Jump:


Users browsing this thread: 1 Guest(s)