[Pomoc] Novac u Banci

Započeo Obrisan korisnik
15. Dec. 2012. Zaključano
476
pregleda
11
postova
Deleted User
Obrisan korisnik
15. Dec. 2012.
Skripta koju koristim : LARP
Deo skripte :
Banka = TextDrawCreate(610.000000, 101.000000, " "); // novac u banci 0x1D235AFF
TextDrawAlignment(Banka, 3);
TextDrawBackgroundColor(Banka, 255);
TextDrawFont(Banka, 2);
TextDrawLetterSize(Banka, 0.300000, 1.000000);
TextDrawColor(Banka, 0x282F64FF);
TextDrawSetOutline(Banka, 1);
TextDrawSetProportional(Banka, 1);

Problem :
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(10256) : error 017: undefined symbol "i"
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(10257) : error 017: undefined symbol "i"
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(10258) : error 017: undefined symbol "i"
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(10259) : error 017: undefined symbol "i"
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(10260) : error 017: undefined symbol "i"
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(10261) : error 017: undefined symbol "i"
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(10262) : error 017: undefined symbol "i"
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(10263) : error 017: undefined symbol "i"
Blaeks_Biofor
5
Forum Don
15. Dec. 2012.
foreach(Player, i)
{
Banka = TextDrawCreate(610.000000, 101.000000, " "); // novac u banci 0x1D235AFF
TextDrawAlignment(Banka, 3);
TextDrawBackgroundColor(Banka, 255);
TextDrawFont(Banka, 2);
TextDrawLetterSize(Banka, 0.300000, 1.000000);
TextDrawColor(Banka, 0x282F64FF);
TextDrawSetOutline(Banka, 1);
TextDrawSetProportional(Banka, 1);
Deleted User
Obrisan korisnik
15. Dec. 2012.
Blaeks wrote on December 15, 2012, 5:07 pm:
foreach(Player, i)
{
Banka = TextDrawCreate(610.000000, 101.000000, " "); // novac u banci 0x1D235AFF
TextDrawAlignment(Banka, 3);
TextDrawBackgroundColor(Banka, 255);
TextDrawFont(Banka, 2);
TextDrawLetterSize(Banka, 0.300000, 1.000000);
TextDrawColor(Banka, 0x282F64FF);
TextDrawSetOutline(Banka, 1);
TextDrawSetProportional(Banka, 1);


Nije to izlaze mi josh vishe errori
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(2652) : error 004: function "SafeJBC_GivePlayerMoney" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(2677) : error 004: function "SafeJBC_GivePlayerMoney" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(2706) : error 004: function "SafeJBC_ResetPlayerWeapons" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(2707) : error 004: function "SafeJBC_GivePlayerWeapon" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(2730) : error 004: function "SafeJBC_ResetPlayerWeapons" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3251) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3255) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3266) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3278) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3282) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3286) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3290) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3294) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3298) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3302) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3306) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3310) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3314) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3326) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3330) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3334) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3338) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3342) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3354) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3358) : error 004: function "PlayerToPoint" is not implemented
C:\Documents and Settings\Yakavetta\Desktop\Division RP\dv rp\gamemodes\division.pwn(3362) : error 004: function "PlayerToPoint" is not implemented

Mozes da mi dash ako imash neku FS da prebacim ili ceo sistem
Blaeks_Biofor
5
Forum Don
15. Dec. 2012.
foreach(Player, i)
{
Banka = TextDrawCreate(610.000000, 101.000000, " "); // novac u banci 0x1D235AFF
TextDrawAlignment(Banka, 3);
TextDrawBackgroundColor(Banka, 255);
TextDrawFont(Banka, 2);
TextDrawLetterSize(Banka, 0.300000, 1.000000);
TextDrawColor(Banka, 0x282F64FF);
TextDrawSetOutline(Banka, 1);
TextDrawSetProportional(Banka, 1);
}
Deleted User
Obrisan korisnik
15. Dec. 2012.
сад нема ероре а ни техтдрава јебеш га кад није суѓено да буде...
Cimbur
5
Kingpin
15. Dec. 2012.
Yakavetta wrote on December 15, 2012, 8:10 pm:
сад нема ероре а ни техтдрава јебеш га кад није суѓено да буде...


Pod OnPlayerSpawn dodaj :
TextDrawShowForPlayer(playerid, IME TD-a);
Blaeks_Biofor
5
Forum Don
15. Dec. 2012.
Yakavetta wrote on December 15, 2012, 8:10 pm:
сад нема ероре а ни техтдрава јебеш га кад није суѓено да буде...
stavi pod onplayerspawn
TextDrawShowForPlayer(playerid, Banka);
Deleted User
Obrisan korisnik
15. Dec. 2012.
ma imam to opet isto...al msm da znam do cega je izgleda da je do Zones Sistema koristio sam ovaj sistema Zona i na jedan drugi gamemod i sam pokusao da ubacim pare dok nije bilo Zone bio je textdraw posle kad sam ubacio nestao je pokusacu da izbacim ovo pa onda da vidim dal ce da bude dobro
Erik_Beso
2
Street Runner
16. Dec. 2012.
Probaj ovako:
for(new i=0; i{
Banka = TextDrawCreate(610.000000, 101.000000, " "); // novac u banci 0x1D235AFF
TextDrawAlignment(Banka, 3);
TextDrawBackgroundColor(Banka, 255);
TextDrawFont(Banka, 2);
TextDrawLetterSize(Banka, 0.300000, 1.000000);
TextDrawColor(Banka, 0x282F64FF);
TextDrawSetOutline(Banka, 1);
TextDrawSetProportional(Banka, 1);
}
Deleted User
Obrisan korisnik
16. Dec. 2012.
Erik_Beso wrote on December 16, 2012, 7:59 am:
Probaj ovako:
for(new i=0; i{
Banka = TextDrawCreate(610.000000, 101.000000, " "); // novac u banci 0x1D235AFF
TextDrawAlignment(Banka, 3);
TextDrawBackgroundColor(Banka, 255);
TextDrawFont(Banka, 2);
TextDrawLetterSize(Banka, 0.300000, 1.000000);
TextDrawColor(Banka, 0x282F64FF);
TextDrawSetOutline(Banka, 1);
TextDrawSetProportional(Banka, 1);
}

Hvala radi tako 🙂
Blaeks_Biofor
5
Forum Don
16. Dec. 2012.
zasto bi koristio MAX_PLAYERS kada mozes foreach, ali ajde, necu da zalazim u to, problem resen , LOCK

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava

© 2026 SmartShark. All rights reserved.

Powered by Momentum|v2026.3.001 Alpha