[cenzura]i erori

Započeo Ljubavnik Ljubavnika, Jun 04, 2010, 21:15:34 POSLE PODNE

prethodna tema - sledeća tema

0 članova i 1 gost pregledaju ovu temu.

CitatC:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(67) : error 001: expected token: ";", but found "forward"
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(68) : error 001: expected token: ";", but found "forward"
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(121) : warning 217: loose indentation
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(121) : error 029: invalid expression, assumed zero
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(121) : error 004: function "OnGameModeExit" is not implemented
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(122) : warning 217: loose indentation
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(128) : warning 217: loose indentation
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(128) : error 029: invalid expression, assumed zero
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(128) : error 004: function "OnPlayerConnect" is not implemented
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(131) : error 001: expected token: ";", but found "public"
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(131) : error 029: invalid expression, assumed zero
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(131) : error 004: function "OnPlayerDisconnect" is not implemented
C:\Documents and Settings\User\Desktop\CroForce RP BETA\gamemodes\CFGM.pwn(131) : fatal error 107: too many error messages on one line



Ev ako moze neko mi rec sta je to

http://pastebin.com/NiPXhsdJ evo pastebin pa probajte sloziti
Poslednja Izmena: Jun 04, 2010, 21:24:34 POSLE PODNE od Ljubavnik Ljubavnika

//---Komande
if(strcmp(cmd, "/komande", true) == 0)
{
    if(IsPlayerConnected(playerid))
    {
    SendClientMessage(playerid, COLOR_red,"________________________________________________________________CroForce Pomoc Panel__________________");
    SendClientMessage(playerid, COLOR_blue,"[*]Korisnicki racun:                     ");
SendClientMessage(playerid, COLOR_blue,"[*]Razgovor:                         ");
SendClientMessage(playerid, COLOR_blue,"[*]Generalno:                 ");
SendClientMessage(playerid, COLOR_blue,"[*]Generalno:                  ");
  SendClientMessage(playerid, COLOR_blue,"[*]Ostalo:                   ");
SendClientMessage(playerid, COLOR_blue,"[*]Ostale Podgrupe:                   ");
SendClientMessage(playerid, COLOR_red,"____________________________________________________________________________________________________");
        }
}
return 1;
}


To ubaci pod OnPlayerCommandText u gamemod.. Lakse ti je ;)