18.03.2018, 03:45
Hello
My cmd:
Error in Compile:
My cmd:
Код:
if (!strcmp(cmdtext, "/moviemodeon", true)) { TextDrawHideForPlayer(playerid, Stats[playerid]); TextDrawHideForPlayer(playerid, Stats2[playerid]); TextDrawHideForPlayer(playerid, Eventos[playerid]); TextDrawHideForPlayer(playerid, Eventoctf[playerid]); TextDrawHideForPlayer(playerid, KM[playerid]); TextDrawHideForPlayer(playerid, Tele[playerid]); TextDrawHideForPlayer(playerid, Tele1[playerid]); TextDrawHideForPlayer(playerid, Tele2[playerid]); TextDrawHideForPlayer(playerid, nivel[playerid]); TextDrawHideForPlayer(playerid, nivel2[playerid]); TextDrawHideForPlayer(playerid, nivel3[playerid]); TextDrawHideForPlayer(playerid, nivel4[playerid]); TextDrawHideForPlayer(playerid, nivel5[playerid]); TextDrawHideForPlayer(playerid, TextdrawEvento[playerid]); TextDrawHideForPlayer(playerid, Textdrawrace2[playerid]); SendClientMessage(playerid,COLOR_RED, "{FFFFFF}Activaste el {FF0000}Movie Mode{FFFFFF}, para revertir los efectos usa {FF0000}/moviemodeoff{FFFFFF}, de no funcionar deberas rologuear."); return 1; }
Код:
D:\usuarios\chowi\escritorio\SR SOURCES\SR Source\Source2\gamemodes\SRBGM.pwn(11821) : error 028: invalid subscript (not an array or too many subscripts): "Eventos" D:\usuarios\chowi\escritorio\SR SOURCES\SR Source\Source2\gamemodes\SRBGM.pwn(11821) : error 001: expected token: ";", but found "]" D:\usuarios\chowi\escritorio\SR SOURCES\SR Source\Source2\gamemodes\SRBGM.pwn(11821) : error 029: invalid expression, assumed zero D:\usuarios\chowi\escritorio\SR SOURCES\SR Source\Source2\gamemodes\SRBGM.pwn(11821) : fatal error 107: too many error messages on one line