[Ayuda] Error 17: ...
#1

Ayuda Tengo estos errores, No entiendo solo le agregaba al GM Algo para editar el tamaсo de los objetos del jugador :S ayuda ):

PHP код:
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(2933) : warning 215expression has no effect
C
:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(2951) : warning 215expression has no effect
C
:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(3058) : warning 215expression has no effect
C
:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(3222) : warning 215expression has no effect
C
:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(3480) : warning 215expression has no effect
C
:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(3481) : warning 215expression has no effect
C
:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(4782) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5359) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5375) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5388) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5402) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5413) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5427) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5490) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5505) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5520) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5535) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5550) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5565) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5580) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5595) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5610) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5625) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5640) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5655) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5670) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5700) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5711) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5730) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5759) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5771) : error 017undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5795) : error 017undefined symbol "IsPlayerInRangeOfVehicle"
Compilation aborted.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
26 Errors

PHP код:
            else if(gift == 7)
            {
                
GivePlayerCash(giveplayerid20000);
                
SendClientMessageEx(giveplayeridCOLOR_GRAD2" Felicidades - Ganaste 20,000! dolares");
                
format(stringsizeof(string), "* %s gano $20,000 dolares, Diviertase!"GetPlayerNameEx(giveplayerid));
                
ProxDetector(30.0giveplayeridstringCOLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
            }
            if(
gift == 1)
            {
                
GivePlayerCash(giveplayerid150000);
                
SendClientMessageEx(giveplayeridCOLOR_GRAD2" Bien! - Ganaste 150,000! Dolares");
                
format(stringsizeof(string), "* %s gano $150,000 dolares, Disviertase!!"GetPlayerNameEx(giveplayerid));
                
ProxDetector(30.0giveplayeridstringCOLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
            }
            else if(
gift == 4)
            {
                new 
year,month,day,log[128];
                
getdate(yearmonthday);
                
format(logsizeof(log), "AdmCmd: %s Recivio un regalo %s y gano $500,000. (%d-%d-%d)"GetPlayerNameEx(playerid), GetPlayerNameEx(giveplayerid), monthdayyear);
                
Log("logs/gifts.log"log);
                
GivePlayerCash(giveplayerid500000);
                
SendClientMessageEx(giveplayeridCOLOR_GRAD2" Felicidades - Ganaste $500,000!");
                
format(stringsizeof(string), "{AA3333}AdmWarning{FFFF00}: %s Recivio un regalo %s y gano $500,000."GetPlayerNameEx(playerid), GetPlayerNameEx(giveplayerid));
                
ABroadCast(COLOR_YELLOWstring2);
                
format(stringsizeof(string), "* %s gano $500,000, Diviertase!"GetPlayerNameEx(giveplayerid));
                
ProxDetector(30.0giveplayeridstringCOLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
            } 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)