Jump to content

Question

Posted

Buna ziua Sa-Mp.Ro

Am o problema : Eu incerc sa creez un checkpoint pentru dmv pentru ca nu are... si cand il setez tot coordonatele floatul si tot imi apare sa asa ceva

28cq72d.png 

Scriptul care lam folosit pentru checkpoint ii : in

[pawn]public OnPlayerSpawn(playerid)[/pawn] am folosit codul [pawn]public OnPlayerSpawn(playerid)

{

    SetPlayerCheckpoint(playerid, 1603.2308,-2170.5747,13.5547,90.8675);

    return 1;

}[/pawn]  iar in [pawn]public OnPlayerEnterCheckpoint(playerid)[/pawn]  am folosit codul public [pawn]public OnPlayerEnterCheckpoint(playerid)

{

    GivePlayerMoney(playerid, 1000);

    DisablePlayerCheckpoint(playerid);

    return 1;

}[/pawn] 

Dar imi apare eroarea de mai sus

Cod complet : [pawn]public OnPlayerSpawn(playerid)

{

    SetPlayerCheckpoint(playerid, 1603.2308,-2170.5747,13.5547,90.8675);

    return 1;

}

public OnPlayerEnterCheckpoint(playerid)

{

    GivePlayerMoney(playerid, 1000);

    DisablePlayerCheckpoint(playerid);

    return 1;

}[/pawn] 

Ajutatima va rog eu foarte frumos... Multumesc

Invat ca sa Invat.

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.