19.09.2015, 14:30
What are the 2 dots doing there between [0] and [19] ?
pawn Код:
if(vehicleid == ArmyVeh[0][19] && GetPlayerClass[playerid] == ARMY_CLASS)
{
ClearAnimations(playerid);
GameTextForPlayer(playerid,"Army Vehicle",3000,4);
}