Checkpoint
#1

Mayb possible to make checkpoint like when im reach the checkpoint in LS ill b teleported to LV, it is possible? If it possible i need the script example. And i want tht checkpoint marker not b visible on the radar and i can teleport with car.
Reply
#2

Yea, It Is Possible To Do ... But You Want Someone Who Script And map This Ckeckpoint To You ?? .. man Don't Be lazy Just Go To MTA MAP EDITOR And Then Map It And Convert It .. Put It .. Script It .. JUST VERY EASY ..

it will took from ur whole time just : 10 Minutes ...
Reply
#3

No need any map editor to set up a simple checkpoint.
Use 'SetPlayerCheckPoint' - https://sampwiki.blast.hk/wiki/SetPlayerCheckpoint
'OnPlayerEnterCheckPoint' - https://sampwiki.blast.hk/wiki/OnPlayerEnterCheckpoint
'SetPlayerPos(playerid, X, Y, Z)' - set the player's pos when he enters a created checkpoint

Good luck.
Reply
#4

i dont know how to script that
Reply
#5

See ...

Код:
OnPlayerSpawn(playerid)
{
SetPlayerCheckpoint(playerid, X,Y,Z,Size);
return 1;
}
Код:
public OnPlayerEnterCheckpoint(playerid)
{
// bla bla bla
return 1;
}
Reply
#6

but i dont need the marker on the radar and when im drive on it ill be teleported without car
Reply
#7

Now The CP :
Код:
CreateDynamicCP( //bla bla bla bla bla );
Код:
public OnPlayerEnterCheckpoint(playerid)
{
// bla bla bla bla
    return 1;
}
Reply
#8

when i do this checkpoint not exist on map
Reply
#9

You want do a checkpoint invisible and when u go on it .. it teleports u on somewhere u like ??
Reply
#10

i want tht, when i drive on tht circle ill teleport where i like
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)