Don't like ads? PRO users don't see any ads ;-)
Guest

a

By: a guest on Jun 30th, 2012  |  syntax: PAWN  |  size: 0.31 KB  |  hits: 16  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.             if(Holzfaeller[playerid] ==1)
  2.                         {
  3.                         new rand = random(sizeof(Baum1));
  4.                         SetPlayerPos(playerid,-2792.4475,2574.7654,108.2574); //nur für testzwecke
  5.                         SetPlayerCheckpoint(playerid,Baum1[rand][0],Baum1[rand][1],Baum1[rand][2],3);
  6.                         printf("%i", sizeof(Baum1));
  7.                         printf("%i", rand);
  8.                         return 1;
  9.                         }