04.02.2010, 02:54
Okay all im using a Godfather script and im trying to enable show player markers:
Still no markers... Help
Код:
public OnGameModeInit()
{
new string[MAX_PLAYER_NAME];
new string1[MAX_PLAYER_NAME];
for(new c=0;c<CAR_AMOUNT;c++)
{
Gas[c] = GasMax;
}
ShowPlayerMarkers(1);

