22.06.2013, 02:41
like this ?
sorry if i was wrong
pawn Код:
CMD:gatecuop(playerid, params[])
{
if(gTeam[playerid] == Cuop)
{
ShowPlayerDialog(playerid, 0);
}
SendClientMessage(playerid,-1,"ERROR MSG HERE");
return 1;
}
CMD:gatecanhsat(playerid, params[])
{
if(gTeam[playerid] == CanhSat)
{
ShowPlayerDialog(playerid, 0);
}
SendClientMessage(playerid,-1,"ERROR MSG HERE");
return 1;
}

