22.12.2015, 23:07
Quote:
Hey hey,
Another problem, I want some objects placed by a Player to get removed when he dies, it is a RoadBlock and this is what I have under OnPlayerDeath: PHP код:
PHP код:
|
PHP код:
DestroyObject(RoadBlockObject[playerid]);
RoadBlock[playerid] = 0;
printf("Destroyed Object: %i",RoadBlockObject[playerid]);