Dynamic CP
#1

Can anyone give me a example how to create dynamic CP


like TestDCP = setdynamiccp
this my array

MissionGod[rand][x], MissionGod[rand][y], MissionGod[rand][z]


then enter and




Код:
public OnPlayerEnterCheckpoint(playerid)
{
	if(GetPlayerTeam(playerid) == 3)
	{
		if(IsPlayerInAnyVehicle(playerid))
		{
			switch(Missiontest[playerid])
			{
				case 1:
				{
                                    test
				}
				case 2:
				{
	                            test
				}
			}
			return 1;
		}
	}
	return 1;
}
Reply


Messages In This Thread
Dynamic CP - by Ryan50 - 20.02.2017, 00:07
Re: Dynamic CP - by Flamehaze7 - 20.02.2017, 06:19
Re: Dynamic CP - by Ryan50 - 20.02.2017, 11:33
Re: Dynamic CP - by Ahmad45123 - 20.02.2017, 11:40
Re: Dynamic CP - by Ryan50 - 20.02.2017, 11:45
Re: Dynamic CP - by Ahmad45123 - 20.02.2017, 11:50
Re: Dynamic CP - by Ryan50 - 20.02.2017, 11:53
Re: Dynamic CP - by Flamehaze7 - 20.02.2017, 13:19
Re: Dynamic CP - by Ryan50 - 20.02.2017, 20:23

Forum Jump:


Users browsing this thread: 1 Guest(s)