Balkan SA:MP

PAWN skriptanje, gamemodovi, filterskripte, include fajlovi, mape, pluginovi => Razgovor u vezi PAWN - skriptanja => Temu započeo: [B.B.King] poslato Novembar 17, 2011, 20:59:52 POSLE PODNE

Naslov: [Pomoc]NE moze ucitati sscanf
Poruka od: [B.B.King] poslato Novembar 17, 2011, 20:59:52 POSLE PODNE
Skripta koju koristim:Radim svoju
Detaljan opis problema:sve sam fino uradio kao i na tutorialu ovdje http://forum.sa-mp.com/showthread.php?t=287541
ali kad kompajlam pise mi fatal error:can not read file:sscanf
ja gdje su includi odem dodam #include <sscanf> i kompajlam i opet nista isti shit
odem na forum samp skinem ga opet po 2 put,prebacim fajlove gdje treba i opet izbaci mi isti error
moze li mi neko pomoci?
Dio skripte:/
Neke slike/video za lakse dobivanje pomoci(neobavezno):/
Naslov: Odg: [Pomoc]NE moze ucitati sscanf
Poruka od: JusT poslato Novembar 17, 2011, 21:26:33 POSLE PODNE
probaj ovako

#include <sscanf2>
Naslov: Odg: [Pomoc]NE moze ucitati sscanf
Poruka od: [B.B.King] poslato Novembar 17, 2011, 21:40:37 POSLE PODNE
Onda mi izbaci 8 errora
(183) : error 017: undefined symbol "createhouse"
(186) : error 017: undefined symbol "HouseCount"
(187) : error 017: undefined symbol "params"
(190) : error 017: undefined symbol "HInfo"
(190) : error 001: expected token: ";", but found "]"
(190) : error 029: invalid expression, assumed zero
(190) : fatal error 107: too many error messages on one line
evo linija
183:cmd:/createhouse(playerid,params[])
184: new HousePrice,id = HouseCount;//Creating the house price for the selected value in the command, and the last house id created.
187:if(sscanf(params,"i",HousePrice)) return SendClientMessage(playerid,-1,"USAGE: /createhouse <price>");//Checking if the player uses the correct syntax. The
190: HInfo[id][Price] = HousePrice;//Setting the house price to the selected one.

Naslov: Odg: [Pomoc]NE moze ucitati sscanf
Poruka od: JusT poslato Novembar 17, 2011, 21:42:47 POSLE PODNE
jesi li stavio

#include <zcmd>

? ? ?  ?
Naslov: Odg: [Pomoc]NE moze ucitati sscanf
Poruka od: dragan12 poslato Novembar 17, 2011, 21:45:22 POSLE PODNE
U ZCMD procesoru komandi neide /
CMD:createhouse(playerid,params[]) //tako treba
new HInfo... i enum za to nisi prebacio ako si odnekud uzimao
error 017: undefined symbol "HouseCount" - nije ti definisano zavisi sta to treba da bude vidi odatle odakle si uzimao pa i to uzmi