Opis problema:Izbacuje mi 6 errora ne kontma zasto moze neko pomoci (cmd za provjeru statsa)...
Errori
D:\Documents and Settings\Dalibor\Desktop\DS-RP Mod\gamemodes\DSRP.pwn(29489 -- 29490) : error 001: expected token: ",", but found ";"
D:\Documents and Settings\Dalibor\Desktop\DS-RP Mod\gamemodes\DSRP.pwn(29492 -- 29494) : error 001: expected token: ",", but found ";"
D:\Documents and Settings\Dalibor\Desktop\DS-RP Mod\gamemodes\DSRP.pwn(29496 -- 29498) : error 001: expected token: ",", but found ";"
D:\Documents and Settings\Dalibor\Desktop\DS-RP Mod\gamemodes\DSRP.pwn(29500 -- 29502) : error 001: expected token: ",", but found ";"
D:\Documents and Settings\Dalibor\Desktop\DS-RP Mod\gamemodes\DSRP.pwn(29504 -- 29506) : error 001: expected token: ",", but found ";"
D:\Documents and Settings\Dalibor\Desktop\DS-RP Mod\gamemodes\DSRP.pwn(29508 -- 29510) : error 001: expected token: ",", but found ";"
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
6 Errors.
CMD
CMD:check(playerid, params[])
{
new id,string;
if(PlayerInfo < 1)return SendClientMessage(playerid, CRVENA, "Niste admin!");
if(sscanf(params, "u", id)) return SCM(playerid,BELA, "Koristite: {BFC0C2}/check [ID Igraca]");
SCM(playerid,-1,"|________INFORMACIJE O IGRACU________|");
format(string,256,"Novac %d$ | Banka %d$ | Level %d | Respekta %d |",
PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo;
SCM(playerid,-1,string);
format(string,256,"Droga %d | Mats %d | Kuca %d |Stan %d | Firma %d |",
PlayerInfo,PlayerInfo,PlayerInfo,
PlayerInfo,PlayerInfo;
SCM(playerid,-1,string);
format(string,256,"Vikendica %d | A %d | GS %d | Reket %d | Ubistava %d |",
PlayerInfo,
PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo;
SCM(playerid,-1,string);
format(string,256,"Smrti %d | OnSati %d | Spol %d | Porjeklo %d | Telefon %d |",
PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
PlayerInfo,PlayerInfo;
SCM(playerid,-1,string);
format(string,256,"BrTelefona %d | GPS %d | Posao %d | Skin %d | Lider %d |",
PlayerInfo,PlayerInfo,PlayerInfo,
PlayerInfo,PlayerInfo;
SCM(playerid,-1,string);
format(string,256,"Clan %d | Rank %d | Spawn %d | Imenik %d | Rent %d |",
PlayerInfo,PlayerInfo,
PlayerInfo,PlayerInfo,PlayerInfo;
SCM(playerid,-1,string);
format(string,256,"PDP %d | V %d | MO %d | BI %d | PL %d | LE %d | VIP %d |",
PlayerInfo,
PlayerInfo,PlayerInfo,PlayerInfo,PlayerInfo,
PlayerInfo,PlayerInfo);
SCM(playerid,-1,string);
return 1;
}
Neko pomoc hitno
