26.12.2012, 08:57
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.
public OnPlayerEnterCheckpoint(playerid)
{
SendClientMessage(playerid, 0xDB881AAA, "Tests Strada Loti labi,turpini stradat" );
return 1;
}
public OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 265.66);
return 1;
}
SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 3.0);// the size you put is too big try this
SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 1);//very small(for on foot player)
SetPlayerCheckpoint(playerid, 2186.65, -2254.31, -13.42, 5);//Average (for cars ect..)