CHEAKPOINT
#10

Okay. CTRL + Z back everything.
Make Checkpoint as a normal variable, also name it something else just in case. Lets name it to
Код:
new SomethingCP;
Under
Код:
public OnGameModeInit()
change this code:
Код:
Checkpoint[1]CreateDynamicCP(541,642.5018,1601.4012,327, 2, -1, -1, -1, 100)
to this:
Код:
SomethingCP=CreateDynamicCP(541,642.5018,1601.4012,327, 2, -1, -1, -1, 100);
Under
Код:
public OnPlayerEnterDynamicCP(playerid, checkpointid)
change this code:
Код:
if(checkpointid == Checkpoint[0])
to this:
Код:
if(checkpointid == SomethingCP)
Reply


Messages In This Thread
CHEAKPOINT - by RODELA - 12.10.2017, 08:16
Re: CHEAKPOINT - by Kyle - 12.10.2017, 08:55
Re: CHEAKPOINT - by RODELA - 12.10.2017, 08:56
Re: CHEAKPOINT - by RODELA - 12.10.2017, 09:10
Re: CHEAKPOINT - by Kyle - 12.10.2017, 09:19
Re: CHEAKPOINT - by RODELA - 12.10.2017, 09:52
Re: CHEAKPOINT - by Kyle - 12.10.2017, 10:46
Re: CHEAKPOINT - by RODELA - 12.10.2017, 10:53
Re: CHEAKPOINT - by Kyle - 12.10.2017, 11:23
Re: CHEAKPOINT - by whadez - 12.10.2017, 11:35

Forum Jump:


Users browsing this thread: 1 Guest(s)