Quote:
Originally Posted by newbie scripter
pawn Код:
Hitman[targetid] = 1;//Checking that the targetid has a contract // Not Checking, its setting the targetid to hitman ------------------------------------------------- for(new i=0; i<MAX_PLAYERS; i++) { if(i==playerid) { HitContract[i] = 1;//Checking that player has planted a hitman } }
// Why loop?? just add HitContract[playerid] = 1;
|
yea sorry, was mistake.
thanks for the feedbacks anw