Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Medis poslato Oktobar 23, 2011, 00:17:29 PRE PODNE

Naslov: [Pomoc]Errori
Poruka od: Medis poslato Oktobar 23, 2011, 00:17:29 PRE PODNE
Skripta koju koristim:BN
Detaljan opis problema:Pojavljuju mi se ovi errori nikako dag rijsim
Dio skripte:
C:\Users\Computer\Desktop\Gm1\Balkan Nations\gamemodes\BN.pwn(18050) : error 001: expected token: ",", but found "."
C:\Users\Computer\Desktop\Gm1\Balkan Nations\gamemodes\BN.pwn(18050) : error 029: invalid expression, assumed zero
C:\Users\Computer\Desktop\Gm1\Balkan Nations\gamemodes\BN.pwn(18050) : warning 215: expression has no effect
C:\Users\Computer\Desktop\Gm1\Balkan Nations\gamemodes\BN.pwn(18050) : warning 215: expression has no effect
C:\Users\Computer\Desktop\Gm1\Balkan Nations\gamemodes\BN.pwn(18050) : warning 215: expression has no effect
C:\Users\Computer\Desktop\Gm1\Balkan Nations\gamemodes\BN.pwn(18050) : warning 215: expression has no effect
C:\Users\Computer\Desktop\Gm1\Balkan Nations\gamemodes\BN.pwn(18050) : error 001: expected token: ";", but found ")"
C:\Users\Computer\Desktop\Gm1\Balkan Nations\gamemodes\BN.pwn(18050) : fatal error 107: too many error messages on one line
Evo linija :
18050    CreateObject(5821, 562.97003173828, -2688.466796875, 2.999997.771, 0, 0, 268.74755859375);
Neke slike/video za lakse dobivanje pomoci(neobavezno):
Naslov: Odg: [Pomoc]Errori
Poruka od: [SC] ScHaLe poslato Oktobar 23, 2011, 00:44:03 PRE PODNE
ovo:
CreateObject(5821, 562.97003173828, -2688.466796875, 2.999997.771, 0, 0, 268.74755859375);

zamjeni sa ovim:
CreateObject(5821, 562.97003173828, -2688.466796875, 2.999997771, 0, 0, 268.74755859375);

Ako nie dobro postaj sta izbaci :)