Interior Checkpoints
#6

Код:
C:\Documents and Settings\Other Users\Desktop\Shanes Server\gamemodes\Server.pwn(103) : error 017: undefined symbol "CreateDynamicCP"
C:\Documents and Settings\Other Users\Desktop\Shanes Server\gamemodes\Server.pwn(104) : error 017: undefined symbol "CreateDynamicCP"
C:\Documents and Settings\Other Users\Desktop\Shanes Server\gamemodes\Server.pwn(105) : error 017: undefined symbol "CreateDynamicCP"
C:\Documents and Settings\Other Users\Desktop\Shanes Server\gamemodes\Server.pwn(596) : warning 235: public function lacks forward declaration (symbol "OnPlayerEnterDynamicCP")
C:\Documents and Settings\Other Users\Desktop\Shanes Server\gamemodes\Server.pwn(612) : warning 235: public function lacks forward declaration (symbol "OnPlayerLeaveDynamicCP")
C:\Documents and Settings\Other Users\Desktop\Shanes Server\gamemodes\Server.pwn(618) : warning 217: loose indentation
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


3 Errors.
Код:
	CP1 = CreateDynamicCP(2194.0273,1990.7640,11.9220,3, -1,-1,-1,100.0);//Line 103
        CP2 = CreateDynamicCP(2196.2295,1676.3077,11.9922,3, -1,-1,-1,100.0);//Line 104
 	CP3 = CreateDynamicCP(14.6718,1549.8481,12.7672,3,-1,-1,-1,100.0);//Line 105
Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)//Line 596
{
   if(checkpointid == CP1)
     {
        SendClientMessage(playerid,-1," CP1");
      }
   if(checkpointid == CP2)
   {
      SendClientMessage(playerid,-1,"CP2");
    }
   if(checkpointid == CP3)
   {
    SendClientMessage(playerid,-1,"CP3");
    }
}

public OnPlayerLeaveDynamicCP(playerid, checkpointid)//Line 612
{
   if(checkpointid == CP1)
    {
       SendClientMessage(playerid,-1,"you left checkpoint  CP1");
    }
    if(checkpointid == CP2)//Line 618
    {
       SendClientMessage(playerid,-1,"you left checkpoint  CP2");
    }
    if(checkpointid == CP3)
    {
       SendClientMessage(playerid,-1,"you left checkpoint  CP3");
    }
}
Any Suggestions?
Reply


Messages In This Thread
Interior Checkpoints - by ShaneOvSina - 15.04.2013, 00:36
Re: Interior Checkpoints - by SilverKiller - 15.04.2013, 00:47
Re: Interior Checkpoints - by ShaneOvSina - 15.04.2013, 01:13
Re: Interior Checkpoints - by DaTa[X] - 15.04.2013, 01:30
Re: Interior Checkpoints - by ShaneOvSina - 15.04.2013, 01:43
Re: Interior Checkpoints - by ShaneOvSina - 15.04.2013, 02:58
Re : Interior Checkpoints - by DaTa[X] - 15.04.2013, 03:33
Re: Interior Checkpoints - by MP2 - 15.04.2013, 03:50
Re: Interior Checkpoints - by ppapppap - 07.03.2019, 18:41
Re: Interior Checkpoints - by EmpireSk - 07.03.2019, 19:24

Forum Jump:


Users browsing this thread: 1 Guest(s)