Compiling ERROR
#3

Quote:

return 1;
}

CMD:apa(playerid, params[]) return cmd_armypackage(playerid, params);

forward DropPackage(Float,Float:y,Float:z,obj, id);
public DropPackage(Float,Float:y,Float:z,obj, id)
{
DestroyDynamicObject(obj);
ArmyCrate[id] = CreateDynamicObject(964, x, y, z-1.15, 0, 0, 0, -1, -1, -1, 200.0, 0.0);
armylabel[id] = Create3DTextLabel("Army Crate Drop\nF to use", grey, x, y, z, 40.0, 0, 0);
CrateDespawnTimer[id] = SetTimerEx("DespawnPackage", 60*1000, 0, "i", id);
return 1;
}

forward DespawnPackage(id);
public DespawnPackage(id)
{
DestroyDynamicObject(ArmyCrate[id]);
ArmyCrate[id] = -1;
crateexists[id] = false;
Delete3DTextLabel(armylabel[id]);
return 1;
main()

Last few lines of script since i can't out all the things
and there error :
Quote:

C:\Users\xyz\Desktop\MW3SAMP-master\gamemodes\CODMW3.pwn(1) : error 020: invalid symbol name ""
C:\Users\xyz\Desktop\MW3SAMP-master\gamemodes\CODMW3.pwn(42710) : error 001: expected token: "#endif", but found "-end of file-"
C:\Users\xyz\Desktop\MW3SAMP-master\gamemodes\CODMW3.pwn(42710) : error 013: no entry point (no public functions)
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
Reply


Messages In This Thread
Compiling ERROR - by Polt - 16.06.2018, 08:59
Re: Compiling ERROR - by UFF - 16.06.2018, 11:16
Re: Compiling ERROR - by Polt - 16.06.2018, 11:40
Re: Compiling ERROR - by Shadow0707 - 16.06.2018, 12:42

Forum Jump:


Users browsing this thread: 3 Guest(s)