[Ajuda] O que a de Errado nisso ?
#1

ERROS:

PHP код:
C:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3709) : warning 215expression has no effect
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3709) : error 001expected token";"but found "}"
C:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3710) : warning 217loose indentation
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3712) : warning 217loose indentation
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3713) : warning 217loose indentation
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3716) : error 055start of function body without function header
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3717) : error 010invalid function or declaration
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3718) : error 010invalid function or declaration
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3721) : error 010invalid function or declaration
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(6722) : error 017undefined symbol "Pickup"
C:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(6722) : error 017undefined symbol "X"
C:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(6722) : error 029invalid expressionassumed zero
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(6722) : fatal error 107too many error messages on one line 
OnGameModeInit

PHP код:
PickupInterior CreatePickup(PickupEstiloCoordenadas X,Y,Z0);
PickupSaida CreatePickup(PickupEstiloCoordenadas X,Y,Z,0); 
OnPlayerPickUpPickup

PHP код:
{
if(
pickupid == PickupInterior) {1559}
    if(
PlayerToPoint(1.0playerid,-1165.69995117,-1039.30004883,129.69999695))
SetPlayerPos(playerid, -1242.904296875,-1035.0107421875,7.2501850128174);
SetPlayerInterior(playerid14389);
    return 
1;
}
{
if(
pickupid == PickupSaida) {1559}
    if(
PlayerToPoint(1.0playerid,-1247.19995117,-1077.69995117,5.50000000))
SetPlayerPos(playerid, -1184.9130859375,-1021.76171875,128.42448425293);
SetPlayerInterior(playerid5496);
    return 
1;

Reply
#2

Novos Erros:

PHP код:
C:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3717) : error 010invalid function or declaration
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(3719) : error 010invalid function or declaration
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(6719) : error 017undefined symbol "Pickup"
C:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(6719) : error 017undefined symbol "X"
C:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(6719) : error 029invalid expressionassumed zero
C
:\Users\Windows\Desktop\Meu Server\samp03dsvr_R2_win32\gamemodes\GodFather.pwn(6719) : fatal error 107too many error messages on one line 
Reply
#3

Voce nгo definiu Pickup nem as floats X Y Z...
Reply


Forum Jump:


Users browsing this thread: