25.11.2011, 20:41
1. hi marco
2. try something like this
remember that the killerid of a vehicle may not necessarily be the one driving it
2. try something like this
pawn Код:
for(new i=0; i<MAX_PLAYERS; i++)
{
if(PlayerInfo[i][pCarKeys] == vehicleid)
{
PlayerInfo[i][pCarKeys] = 999;
}
}