- 0
Ajutor cu ceva va rog
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
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.
Question
mafia_wars
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]
1 answer to this question
Recommended Posts