Problem COMPILE!!!
#1

When you press the F5 I'm getting this error:
pawn Код:
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2294) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2306) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2310) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2322) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2326) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2330) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2334) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2338) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2342) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2346) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2358) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2362) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2366) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2370) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2374) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2386) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2390) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2394) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2406) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(2410) : error 004: function "PlayerToPoint" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(3951) : error 004: function "BusrouteEnd" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(3952) : error 004: function "BusrouteEnd" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(3969) : error 004: function "AntiDeAMX" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(4434) : error 004: function "ProxDetector" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(5781) : error 004: function "AdvertiseToPlayersAtBusStop" is not implemented
D:\Games\GABY\SAMPP\utile\1.11.2011\OnSpeed MOD\gamemodes\gamemodes\ASTE LE FOLOSESC AQ\OnSpeed.pwn(5787) : error 004: function "AdvertiseToPlayersAtBusStop" is not implemented

Compilation aborted.Pawn compiler 3.2.3664          Copyright (c) 1997-2006, ITB CompuPhase


26 Errors.
tell me what lines to give
Reply
#2

It's most likely that you've missed a bracket. Is your code indented properly?

i.e.
pawn Код:
public Callback(playerid)
{
    if(foo(playerid)) bar++;
    if(bar > 69)
    {
        SendClientMessage(playerid, -1, "Your var is over 69!");
        if(bar == 100)
        {
            bar = 0;
            SendClientMessage(playerid, -1, "Var reset.");
        }
    }
    return 1;
}
and not

pawn Код:
public Callback(playerid) {
if(foo(playerid)) bar++;
if(bar > 69) {
SendClientMessage(playerid, -1, "Your var is over 69!");
if(bar == 100) {
bar = 0;
SendClientMessage(playerid, -1, "Var reset.");
}
}
return 1;
}
If it's not the former it's going to make it much more difficult for you to find a missing bracket.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)