29.12.2009, 20:03
I have a cp streamer by i dont know who by anyway im trying to make a cp ingame. Like the way i make it in pawno, But its a weird cp streamer you have things like
#define CP_CHECK1 1
CP_CHECK1
new Float:checkCoords[MAX_POINTS][4] = {
{1137.0602, -11.2906, 1142.6293, 3.0941}, //
};
new Float:checkpoints[MAX_POINTS][4] = {
{2109.2126, 917.5845, 10.8203, 5.0}, //
};
Here is the checkpoint public
http://pastebin.com/m65fa5b24
Basicacly i want to know how do i make a cp ingame with that streamer? Like if a person goes /checkpointhere
#define CP_CHECK1 1
CP_CHECK1
new Float:checkCoords[MAX_POINTS][4] = {
{1137.0602, -11.2906, 1142.6293, 3.0941}, //
};
new Float:checkpoints[MAX_POINTS][4] = {
{2109.2126, 917.5845, 10.8203, 5.0}, //
};
Here is the checkpoint public
http://pastebin.com/m65fa5b24
Basicacly i want to know how do i make a cp ingame with that streamer? Like if a person goes /checkpointhere