Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- task Banka_Update[10000]()
- {
- foreach(new playerid : Player)
- {
- if(PlayerInfo[playerid][pBankovniRacun] == 0)
- {
- new strall[126];
- format(strall, sizeof(strall), "~r~no account",PlayerInfo[playerid][pBankovniRacun]);
- PlayerTextDrawSetString(playerid, TDEditor_PTD[playerid][1], strall);
- }
- if(PlayerInfo[playerid][pBankovniRacun] == 1)
- {
- new strall[126];
- format(strall, sizeof(strall), "%d$",PlayerInfo[playerid][pNovacBanka]);
- PlayerTextDrawSetString(playerid, TDEditor_PTD[playerid][1], strall);
- }
- }
- return 1;
- }
Advertisement
Add Comment
Please, Sign In to add comment