16.04.2016, 16:34
Hello.
Only for one, does not work.
Is there any problem ?
Only for one, does not work.
Is there any problem ?
pawn Код:
new CP_Train;
CP_Train = CreateDynamicCP(-1972.4688,117.8655,27.6940,2,-1,-1,-1,30.0);
public OnPlayerLeaveDynamicCP(playerid , checkpointid)
{
if(checkpointid == CP_Train)
{
SendClientMessage(playerid,COLOR_ERROR,"Test");
if(RobbingTrain[playerid] >= 1)
{
SendClientMessage(playerid,COLOR_ERROR,"Failed.");
RobbingTrain[playerid] =0;
return 1;
}
return 1;
}
return 1;
}