17.03.2013, 21:50
i've use this gamemode before. but now i stopped and start developing my own one. as you can see at first time.
so im going to give you a parameter to use this
so you need this box to help you out
so im going to give you a parameter to use this
pawn Код:
#define MAX_POINTS 1 //everytime you add 1 checkpoint you should add the maxpoint define +1
new Float:checkCoords[MAX_POINTS][4] = {
{NorthEast-X,NorthEast-Y,SouthWest-X,SouthWest-Y}
}
new Float:checkpoints[MAX_POINTS][4] = {
{Float: X,Float: Y, Float, Z, CPsize}
{
Код:
NORTH _________________ Point 2; - NORTH EAST | | | This is | WEST | the area that | EAST | you want | | to define! | |________________| South West - Point 1;