02.06.2010, 23:13
hola, bueno estaba biendo el Fs ladmin y copie el chat el cual se usa este icono # para hablar entonces lo quise colocar en otro Fs (lo puse en OnPlayerText porke en el ladmin aparecia ahy) Y me sale este Error:
Код:
C:\Documents and Settings\X ven\Escritorio\Server\filterscripts\Simple.pwn(190) : error 029: invalid expression, assumed zero Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error. Las lineasBueno ojala me ayuden os agradeceria muchisimo :lol:Код:if(text[0] == '#' && (NivelAdmin[playerid] == 1 || NivelAdmin[playerid] == 2 || NivelAdmin[playerid] == 3 || NivelAdmin[playerid] == 4 || NivelAdmin[playerid] == 5) { new string[128]; GetPlayerName(playerid,string,sizeof(string)); format(string,sizeof(string),"< Admin Chat: > %s: %s",string,text[1]); MensajeAdmin(Color_Amarillo,string); return 0; }