28.10.2012, 01:02
Which part of the script? also use [ pawn ] tags [ /pawn ] without spaces when pasting code.
When you have found out do this:
When you have found out do this:
pawn Code:
//top of script
#define cop 1
new gTeam[MAX_PLAYERS];
if(gTeam[playerid] == cop)
{
//code you want only for cops
}