SA-MP Forums Archive
[Help] Please - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Please (/showthread.php?tid=71703)



[Help] Please - _System_ - 03.04.2009

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 ?



Re: [Help] Please - _System_ - 03.04.2009

Please Help ?:S


Re: [Help] Please - Weed_ - 03.04.2009

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;
}



Re: [Help] Please - _System_ - 03.04.2009

Thanks Man !
And For The second Qustion ?


Re: [Help] Please - RobertGraham - 03.04.2009

Please use the Search/Wiki: SA-MP Wiki


Re: [Help] Please - _System_ - 05.04.2009

didn't find it ..


Re: [Help] Please - hazdog - 05.04.2009

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


try dat