Checkpoint bug.
#7

pawn Код:
// Create these in OnGameModeInit
new ammuentrance = CreateDynamicCP(-2024.0315, 395.4877, 35.1719, 1.0, -1,-1, -1, 20.0);
new ammuexit = CreateDynamicCP(284.7085, -41.5060, 1001.5156, 1.0, -1,-1, -1, 20.0);
new gunshop = CreateDynamicCP(295.5286, -38.5149, 1001.5156, 1.0, -1,-1, -1, 20.0);
// or if you're going to have more:

#define AMOUNT_OF_AMMUNATIONS (2)
new ammuentrance[AMOUNT_OF_AMMUNATIONS];
ammuentrance[0] = CreateDynamicCP(-2024.0315, 395.4877, 35.1719, 1.0, -1,-1, -1, 20.0);
ammuentrance[1] = CreateDynamicCP(1337, 1337,  1337, 1.0, -1,-1, -1, 20.0);
// etc
Reply


Messages In This Thread
Checkpoint bug. - by Haydz - 27.12.2010, 23:07
Re: Checkpoint bug. - by Babul - 27.12.2010, 23:15
Re: Checkpoint bug. - by WillyP - 27.12.2010, 23:17
Re: Checkpoint bug. - by Haydz - 27.12.2010, 23:24
Re: Checkpoint bug. - by [03]Garsino - 27.12.2010, 23:40
Re: Checkpoint bug. - by Haydz - 28.12.2010, 00:00
Re: Checkpoint bug. - by [03]Garsino - 28.12.2010, 00:22
Re: Checkpoint bug. - by Haydz - 28.12.2010, 02:00
Re: Checkpoint bug. - by [03]Garsino - 28.12.2010, 20:39
Re: Checkpoint bug. - by The_Gangstas - 28.12.2010, 20:56

Forum Jump:


Users browsing this thread: 1 Guest(s)