Gangzones..
#1

Hello, i need help with the gangzones i have done exactly like it says on Xtreme vehicle Plotter, but the Pawno crashes for me?

Why? Please help me

Код:
//======================
// Above OnGameModeInit:
new grove;

// OnGameModeInit Insert
public OnGameModeInit() {
  grove = GangZoneCreate(1191,143, -1868,46, 2604,166, -1471,412);
  return 1;
}
// Player Spawn
public OnPlayerSpawn(playerid) {
  GangZoneShowForPlayer(playerid, grove, 0x00404096);
  return 1;
}
//======================
Reply
#2

Код:
grove = GangZoneCreate(1191,143, -1868,46, 2604,166, -1471,412);
al the decimals are done with commas, instead of periods

Код:
grove = GangZoneCreate(1191.143, -1868.46, 2604.166, -1471.412);
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)