Jump to content
  • 0

comanda /hunted nu merge


Question

Posted

Am o problema cu , comanda /hunted , atunci cand este hunted imi arata tot " Momentan nu a inceput jocul" , nu imi arata locatia huntului....

RPG.VIBEPLAY.RO

Recomand acest server Romanesc bY woozie aka. weedluver aka. undertaker !!

3 answers to this question

Recommended Posts

Posted

cei ala hunted ce cmd e posteaza comanda

Da este CMD , atunci cand te alege tinta la hunt , ceilalti playeri trebuie sa dea /hunted ca sa vada locatia hunt-ului :

if(strcmp(cmd, "/hunted", true) == 0)

{

    if(IsPlayerConnected(playerid))

    {

    if(IsGameStarted > 0)

{

if(PlayerOnMission[playerid] > 0)

{

SendClientMessage(playerid, COLOR_GREY, "  On a mission right now, can't use this command !");

return 1;

}

if(HuntedPlayer == playerid)

{

SendClientMessage(playerid, COLOR_GREY, "    Nu poti folosi /hunted cand esti Hunt !");

return 1;

}

if(HuntedPlayer != INVALID_PLAYER_ID)

{

new Float:X,Float:Y,Float:Z;

GetPlayerPos(HuntedPlayer, X,Y,Z);

SetPlayerCheckpoint(playerid, X,Y,Z, 6);

FindTime[playerid] = 1;

FindTimePoints[playerid] = 12;

}

else

{

SendClientMessage(playerid, COLOR_GREY, "  Momentan nu a inceput jocul 'Hunted' !");

}

}

else

{

SendClientMessage(playerid, COLOR_GREY, "  Momentan nu a inceput jocul 'Hunted' !");

}

}

RPG.VIBEPLAY.RO

Recomand acest server Romanesc bY woozie aka. weedluver aka. undertaker !!

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.