C'est pourtant simple !
new Float:BX[MAX_PLAYERS], Float:BY[MAX_PLAYERS], Float:BZ[MAX_PLAYERS];
if(strcmp(cmdtext, "/poserbombe", true) == 0)
{
GetPlayerPos(playerid, BX[playerid], BY[playerid], BZ[playerid]),
/* Le reste de tes codes */
return 1;
}
if(strcmp(cmdtext, "/enclencherbombe", true) == 0)
{
SetPlayerPos(playerid, BX[playerid], BY[playerid], BZ[playerid]),
/* Le reste de tes codes */
return 1;
}
Ps: BX pour Bombe :)
What else !? :D
NV. 8)