08.04.2014, 14:51
Damn i don't get it, -_-
here is all the line ,
may you show me how i fix this ?
here is all the line ,
may you show me how i fix this ?
pawn Код:
stock CheckAimingRobNPC(playerid)
{
new targetplayer;
for (new x = 1; x <= npcnum; x++)
{
if(targetplayer == robnpc[x])
{
return robnpc[x];
}
}
return INVALID_PLAYER_ID;
}