Checkpoints keep changing sizes itself
#1

Hey,

I've been having trouble with the checkpoints in my server. I'm using Incognito's streamer. The checkpoints keep changing sizes even though its assigned to a size in the script. For example, my swat checkpoint is supposed to be small. Then it becomes huge, and after I respawn, it goes back to its normal size. This happens to nearly all of the checkpoints around my server.

Here is my swat checkpoint line,

pawn Код:
SwatCheck = CreateDynamicCP( 1356.2701, -1665.1693, 13.6106, 2.0, .interiorid = 0 );
How am I able to fix this problem?

Thank you,

FunnyBear
Reply
#2

Any help?
Reply
#3

Bump (More than 24 hours)
Reply
#4

Код:
native CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Check the original native, I'm not sure what ".interiorid = 0" means in your script.
Reply
#5

Quote:
Originally Posted by zaibaslr2
Посмотреть сообщение
Код:
native CreateDynamicCP(Float:x, Float:y, Float:z, Float:size, worldid = -1, interiorid = -1, playerid = -1, Float:streamdistance = 100.0);
Check the original native, I'm not sure what ".interiorid = 0" means in your script.
He is using ".interior = 0" bcz he need to skip the arguments before it. Here, he need to skip worldid.

Try this:
PHP код:
SwatCheck CreateDynamicCP1356.2701, -1665.169313.61062, -10, -1100); 
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)