Pretraga

Pritisnite Enter za pretragu ili Escape za zatvaranje

[cenzura]i erori

pre 15 godina
758
pregleda
2
postova
krobio
Hustler
pre 15 godina
Quote
C:\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
Bebek
Made Man
pre 15 godina
//---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 😉

Morate biti prijavljeni da biste odgovorili na ovu temu.

Prijava