Problem(error/warning): Ubacivao sam voice chat i errori su poceli da bacaju, 4 errora na jednoj liniji
Dio skripte: [pawn]Evo vam ga ceo kod sto sam ubacivao : / Checking availability and relevance of the client plugin
if(sv_get_version(playerid) == SV_NULL) {
SendClientMessage(playerid, -1, "You don't have SampVoice installed");
} else if(sv_get_version(playerid) < SV_VERSION) {
SendClientMessage(playerid, -1, "You're holding an old version of the plugin, possibly incompatiable. update it.");
}
// Checking microphone availability
if(!sv_has_micro(playerid)) {
SendClientMessage(playerid, -1, "You don't have a microphone connected. You can head, but not talk.");
}
// Creating a global stream for the player and connecting him to it
player_stream[playerid] = sv_gstream_create();
sv_stream_player_attach(player_stream[playerid], playerid);
// Installation of player microphone activation keys
sv_set_key(playerid, 0x32); // 0x32 - this is the code for the key '2'[/pawn]
Debug iz server_log(ukoliko je u pitanju crashanje servera - crashdetect log): D:\Ideal Gaming\Fortuna RealLife\gamemodes\IG.pwn(13480) : error 029: invalid expression, assumed zero
D:\Ideal Gaming\Fortuna RealLife\gamemodes\IG.pwn(13480) : warning 215: expression has no effect
D:\Ideal Gaming\Fortuna RealLife\gamemodes\IG.pwn(13480) : error 001: expected token: ";", but found "]"
D:\Ideal Gaming\Fortuna RealLife\gamemodes\IG.pwn(13480) : error 029: invalid expression, assumed zero
D:\Ideal Gaming\Fortuna RealLife\gamemodes\IG.pwn(13480) : fatal error 107: too many error messages on one line
Slika/video ingame problema(obavezno ako je ingame problem): //
Na kojoj linij je error? koji kod linije