CHECKPOINT +FIXED+
#1

Hi.I have problems with my own filterscript.My problem is with red checkpoints.These red checkpoints are Very Huge.I want make them smaller.How can i do that.Can you please show me code what makes it smaller.
Reply
#2

can you show one code of checkpoint please?
Reply
#3

This is nr.1:
pawn Код:
public OnPlayerEnterCheckpoint(playerid)
{
    SendClientMessage(playerid, 0xDB881AAA, "Tests Strada Loti labi,turpini stradat" );
    return 1;
}
This is nr.2
pawn Код:
public OnPlayerSpawn(playerid)
{
    SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 265.66);
    return 1;
}
Reply
#4

SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 265.66);

This is size of your checkpoint. Use 10 or 5 if you want small checkpoints.
Reply
#5

the size you put is too big try this
pawn Код:
SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 3.0);// the size you put is too big try this
it should be like this
Reply
#6

pawn Код:
SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 1);//very small(for on foot player)
pawn Код:
SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 5);//Average (for cars ect..)
Reply
#7

Thank you people you are the best !
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)