[POMOC] Errori na novoj komandi


Započeo jura8308, Avgust 10, 2012, 23:24:49 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

Skripta koju koristite: LARP edit
Problem: Stavio sam novu komandu al mi dodju errori molim vas pomognite mi.
Errori:
C:\xTeam.pwn(27690) : warning 219: local variable "string" shadows a variable at a preceding level
C:\xTeam.pwn(27691) : error 001: expected token: "-string end-", but found "-identifier-"
C:\xTeam.pwn(27691) : warning 215: expression has no effect
C:\xTeam.pwn(27691) : warning 215: expression has no effect
C:\xTeam.pwn(27691) : error 001: expected token: ";", but found ")"
C:\xTeam.pwn(27691) : error 029: invalid expression, assumed zero
C:\xTeam.pwn(27691) : fatal error 107: too many error messages on one line
Dio skripte:
if(strcmp(cmd, "/fid", true) == 0)
   {
     new string[64];
     format(string,sizeof(string),"ID Firme > Biz > %d , sBiz > %d"PlayerInfo[playerid][pPbiskey],PlayerInfo[playerid][pPsbiskey]);
      SendClientMessage(playerid,COLOR_RED,string);
   }
Slika: nemam