Jump to content

[REZOLVAT] Problema /find


xMariusNoDye
 Share

Recommended Posts

function SetPlayerCheckpointEx(playerid, Float:x, Float:y, Float:z, Float:size) {
    SetPlayerCheckpoint(playerid, x, y, z, size);
    CheckpointPos[playerid][0] = x;
    CheckpointPos[playerid][1] = y;
    CheckpointPos[playerid][2] = z;
    return true;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...