05.07.2012, 08:32
Fellow scripters,
I had this question about the checkpoint streamer which is being used in the script i use.
I know how it works ect, but i'd like to add more checkpoints, but for that i need to find out what the 4th argument is for the 'checkcoords'
this is just a small piece of the streamer, i know that the first argument is x, second y, third z, but i can't figure what the fourth is..
EDIT: After taking another look at all the checkpoints i've started to get a doubt if they are actually the X,Y,Z, because normally the Z wouldnt have such values?
Also, i made a report function which uses a dialog, but i have to enter the name and the reason in the same 'box', i'd like to seperate them, is there a possibility to do that?
EDIT: I want the report dialog to open up if the player presses F2(for example), which key state do i need to use for that, i couldnt find it on the samp keystate wiki...
Thanks in advance,
a newbie scripter
I had this question about the checkpoint streamer which is being used in the script i use.
I know how it works ect, but i'd like to add more checkpoints, but for that i need to find out what the 4th argument is for the 'checkcoords'
pawn Код:
new Float:checkCoords[MAX_POINTS][4] = {
{-1623.6704,710.2758,-1595.5138,726.3750}, //SFPDEnt
EDIT: After taking another look at all the checkpoints i've started to get a doubt if they are actually the X,Y,Z, because normally the Z wouldnt have such values?
Also, i made a report function which uses a dialog, but i have to enter the name and the reason in the same 'box', i'd like to seperate them, is there a possibility to do that?
EDIT: I want the report dialog to open up if the player presses F2(for example), which key state do i need to use for that, i couldnt find it on the samp keystate wiki...
Thanks in advance,
a newbie scripter