1
Scripting SA-MP [Pawn center] / Re : Je voudrais savoir quel est le nom...
« le: 07 Novembre 2008, 21:47:26 »Code: [Sélectionner]
// CELLPHONE IN
if(strcmp(cmd, "/cellin", true) == 0) {
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_USECELLPHONE);
return 1;
}
// CELLPHONE OUT
if(strcmp(cmd, "/cellout", true) == 0) {
SetPlayerSpecialAction(playerid,SPECIAL_ACTION_STOPUSECELLPHONE);
return 1;
}