31.03.2011, 06:10
pawn Код:
if(Player[i][CarLinkID] == vehicleid && Player[playerid][CarLinkID] != vehicleid)
{
And I defined i to get every single player in the game right?
And playerid is only assigned to the player who is using the command so,
Will this work to make sure it's NOT the players (who is using the command) car?