Jump to content
  • 0

Ajutor cu ceva va rog


mafia_wars

Question

Deci am creat o misiune si vreau cand intri in checkpoint sa iti dea un  respect point la mine in gm respect point

Este definit cu

[pawn]Exp[/pawn]

Aveti aici comanda de la misiune:

[pawn]if(!strcmp(cmdtext, "/startm"))

{

    CPtrash[playerid] = 1;

    SetPlayerCheckpoint(playerid, 1280.5110,-1831.3434,13.0889,5);

    SendClientMessage(playerid, -1, "Ai inceput misiunea ! Urmareste checkpoint-urile!");

    return 1;

}

[/pawn]

Am incercat sa o fac asa dar nu imi da

[pawn]if(!strcmp(cmdtext, "/startm"))

{

    CPtrash[playerid] = 1;

    SetPlayerCheckpoint(playerid, 1280.5110,-1831.3434,13.0889,5);

    PlayerInfo[giveplayerid][pExp] = 1;

    SendClientMessage(playerid, -1, "Ai inceput misiunea ! Urmareste checkpoint-urile!");

    return 1;

}

[/pawn]

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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.