SA-MP Forums Archive
Hello, need help with checkpoint - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: Hello, need help with checkpoint (/showthread.php?tid=519941)



Hello, need help with checkpoint - danish007 - 16.06.2014

PHP код:
{2412.6293941123.87109310.820312,         2CP_TYPE_ENTRY,     BUS_TYPE_CITYHALL1240.0       ,388.286804173.8516691008.38281289.292861        ,3,388    ,2416.9494621124.01733310.820312271.265197,         0,00.0,0.0,0.0,0.0,     0,0,     "City Hall" ,"East Las Venturas"}, 

can anyone define this shit?


Re: Hello, need help with checkpoint - NewerthRoleplay - 16.06.2014

What do you mean 'define this shit', you didn't explain what you were trying to do and what you were expecting from us..


Re: Hello, need help with checkpoint - danish007 - 16.06.2014

define means = just tell me which is Enter Checkpoint Pos which is Exit Checkpoint Pos, and Which in Enter Loc, and Which is Exit Loc!

why 00.00.00 used for?

explain it plssss


Re: Hello, need help with checkpoint - danish007 - 16.06.2014

i'm using a script there is City hall With Enter Checkpoint And Exit Checkpoint i want to remove it.



PHP код:
#define CP_TYPE_ENTRY 1
#define BUS_TYPE_CITYHALL 2
enum hInfo
{
    
Float:h_cpx,
    
Float:h_cpy,
    
Float:h_cpz,
    
h_cpsize,
    
h_cptype,
    
h_cpbustype,
    
h_cpmarker,
    
Float:h_cp_radius,
    
Float:h_entry_x,
    
Float:h_entry_y,
    
Float:h_entry_z,
    
Float:h_entry_a,
    
h_entry_i,
    
h_entry_w,
    
Float:h_exit_x,
    
Float:h_exit_y,
    
Float:h_exit_z,
    
Float:h_exit_a,
}
new 
HouseInfo[][hInfo] =
{
{
2412.6293941123.87109310.820312,         2CP_TYPE_ENTRY,     BUS_TYPE_CITYHALL1240.0       ,388.286804173.8516691008.38281289.292861        ,3,388    ,2416.9494621124.01733310.820312271.265197,         0,00.0,0.0,0.0,0.0,     0,0,     "City Hall" ,"East Las Venturas"}
}; 
please define this


Re: Hello, need help with checkpoint - grovestreet4life - 16.06.2014

Wtf?? Try to explain again, as this makes no sense at all.




Re: Hello, need help with checkpoint - RajatPawar - 16.06.2014

If you want to know what each thing means, just put the enum horizontally OVER the line, and you'll start to see sense. Because currently, you are blabbering shit!

pawn Код:
//       h_cpx            h_cpy           h_cpz
        {2412.629394, 1123.871093, 10.820312,      ....



Re: Hello, need help with checkpoint - danish007 - 16.06.2014

please put it, i didnt make this i got the script! where this shit is already added. i want to remove checkpoint and i'll make pickups instead of,
i can only remove the enter in cityhall checkpoint but i can't remove the cp from where i can go outside from cityhall.

i want to remove enter/exit both cp's and i'l make pickups!
i knw to make pickup's i don't need help, to create pickups. i just want to remove this checkpoint shit.