Quick qestion about checkpoints on CnR mode
#1

i made this question on the realise topic but no one helped me so i am making it here.

on cops and robbers mode for checkpoints there is

new Float:checkCoords[MAX_POINTS][4] = {
then here i put:
min x, min y, max x, , max y

and now the question what is this:
new Float:checkpoints[MAX_POINTS][4] = {
{611.8934,1694.7921,6.7193,5.0},
(whats the defenition)??
Reply
#2

AMG NO one knows
Reply
#3

Quote:
Originally Posted by DASA
i made this question on the realise topic but no one helped me so i am making it here.

on cops and robbers mode for checkpoints there is

new Float:checkCoords[MAX_POINTS][4] = {
then here i put:
min x, min y, max x, , max y

and now the question what is this:
new Float:checkpoints[MAX_POINTS][4] = {
{611.8934,1694.7921,6.7193,5.0},
(whats the defenition)??
This question is easy and maybe the answer looking directly at you

new Float:checkpoints[MAX_POINTS][4] = {
{611.8934,1694.7921,6.7193,5.0},
(whats the defenition)??

This will be the spot you want the checkpoint to show at like lets just say we add a checkpoint at the royal casino for example then this is where i would save the x,y,z coords 611.8934,1694.7921,6.7193, now the understanding of what 5.0 means is that is the checkpoint size, now this checkpoint will not show at all untill you have set the minX minY maxX maxY coords correctly, PM me if you need a tutorial about it
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)