fixed.
#1

fixed.
Reply
#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


Forum Jump:


Users browsing this thread: 1 Guest(s)