21.04.2012, 20:59
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 215: expression has no effect
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(2951) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(3058) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(3222) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(3480) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(3481) : warning 215: expression has no effect
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(4782) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5359) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5375) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5388) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5402) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5413) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5427) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5490) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5505) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5520) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5535) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5550) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5565) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5580) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5595) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5610) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5625) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5640) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5655) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5670) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5700) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5711) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5730) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5759) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5771) : error 017: undefined symbol "NOPCheck"
C:\Documents and Settings\Administrador\Escritorio\CSRP\gamemodes\CSRP.pwn(5795) : error 017: undefined symbol "IsPlayerInRangeOfVehicle"
Compilation aborted.Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
26 Errors.
PHP код:
else if(gift == 7)
{
GivePlayerCash(giveplayerid, 20000);
SendClientMessageEx(giveplayerid, COLOR_GRAD2, " Felicidades - Ganaste 20,000! dolares");
format(string, sizeof(string), "* %s gano $20,000 dolares, Diviertase!", GetPlayerNameEx(giveplayerid));
ProxDetector(30.0, giveplayerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
}
if(gift == 1)
{
GivePlayerCash(giveplayerid, 150000);
SendClientMessageEx(giveplayerid, COLOR_GRAD2, " Bien! - Ganaste 150,000! Dolares");
format(string, sizeof(string), "* %s gano $150,000 dolares, Disviertase!!", GetPlayerNameEx(giveplayerid));
ProxDetector(30.0, giveplayerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
}
else if(gift == 4)
{
new year,month,day,log[128];
getdate(year, month, day);
format(log, sizeof(log), "AdmCmd: %s Recivio un regalo %s y gano $500,000. (%d-%d-%d)", GetPlayerNameEx(playerid), GetPlayerNameEx(giveplayerid), month, day, year);
Log("logs/gifts.log", log);
GivePlayerCash(giveplayerid, 500000);
SendClientMessageEx(giveplayerid, COLOR_GRAD2, " Felicidades - Ganaste $500,000!");
format(string, sizeof(string), "{AA3333}AdmWarning{FFFF00}: %s Recivio un regalo %s y gano $500,000.", GetPlayerNameEx(playerid), GetPlayerNameEx(giveplayerid));
ABroadCast(COLOR_YELLOW, string, 2);
format(string, sizeof(string), "* %s gano $500,000, Diviertase!", GetPlayerNameEx(giveplayerid));
ProxDetector(30.0, giveplayerid, string, COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW,COLOR_YELLOW);
}