Hello, need help with checkpoint
#1

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?
Reply
#2

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

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
Reply
#4

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
Reply
#5

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

Reply
#6

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,      ....
Reply
#7

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)