01.11.2015, 15:33
Lacrim;3606429 Wrote:Pas mal, Tout les
Code:else if(tafonction)
{
SendClientMessagePlayerid(playerid, -1, ".....");
}
tu peut faire comme sa :
Code:else if(tafonction) return SendClientMessage(playerid, -1, "......");
Sinan pas mal, gg ;)
Quand tu fait le return pour une fonction ce qui y'a aprиs il n'est pas pris en compte ( c'est comme un return 0 )