Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: Stefan83 poslato Jun 17, 2018, 20:57:40 POSLE PODNE

Naslov: warning 202: number of arguments does not match definition
Poruka od: Stefan83 poslato Jun 17, 2018, 20:57:40 POSLE PODNE
Problem(error/warning): warning 202: number of arguments does not match definition
Dio skripte: https://pastebin.com/aPcFYp0y
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): /
Slika/video ingame problema(obavezno ako je ingame problem):
Naslov: Odg: warning 202: number of arguments does not match definition
Poruka od: Ino42O poslato Jun 17, 2018, 21:38:02 POSLE PODNE
Koje parametre primaju funkcije DajIgracuNovac i BussinesMoney ?
Naslov: Odg: warning 202: number of arguments does not match definition
Poruka od: Stefan83 poslato Jun 17, 2018, 21:50:06 POSLE PODNE
https://pastebin.com/crhwLAEJ
Naslov: Odg: warning 202: number of arguments does not match definition
Poruka od: bc-cod2 poslato Jun 17, 2018, 22:41:43 POSLE PODNE
Ne dostaje ti playerid pod BussinesMoney

[pawn]if( extraid == 1 ) { DajIgracuNovac( playerid, -400 ); BussinesMoney( uFirmi[ playerid ], 400, playerid); }
else if( extraid == 2 ) { DajIgracuNovac( playerid, -500 ); BussinesMoney( uFirmi[ playerid ], 500, playerid); }
else if( extraid == 3 ) { DajIgracuNovac( playerid, -500 ); BussinesMoney( uFirmi[ playerid ], 500, playerid); }
else if( extraid == 4 ) { DajIgracuNovac( playerid, -700 ); BussinesMoney( uFirmi[ playerid ], 700, playerid); }
else if( extraid == 5 ) { DajIgracuNovac( playerid, -600 ); BussinesMoney( uFirmi[ playerid ], 600, playerid); }[/pawn]
Naslov: Odg: warning 202: number of arguments does not match definition
Poruka od: Stefan83 poslato Jun 18, 2018, 12:58:25 POSLE PODNE
Reseno