[Help] Please
#1

Hey all,
plz someone help me with this

1) how to see MY Money in the score list (tab)
2) how can i do that every 10 classes in PlayerRequestClass .. Change Animation and Position ?
Reply
#2

Please Help ?:S
Reply
#3

pawn Код:
forward SetScore();

public OnGameModeInit()
{
  SetTimer("SetScore",1000,1);
  return 1;
}

public SetScore()
{
  for(new i = 0; i < MAX_PLAYERS; i++)
  {
    SetPlayerScore(i,GetPlayerMoney(i));
  }
  return 1;
}
Reply
#4

Thanks Man !
And For The second Qustion ?
Reply
#5

Please use the Search/Wiki: SA-MP Wiki
Reply
#6

didn't find it ..
Reply
#7

if(classid >= 0 && classid <= 9
{
//ani
}
if(classid >= 10 lassid <= 19)
{
//ani
}


try dat
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)