15.07.2012, 10:22
I need to know how to synchronize the radio of the players (with audio plugin,) for example:
Someone enter to my car and automatically hear the same radio as me.
I get out of the car and going up again I keep hearing the same radio.
The other thing is I have a warning, here I leave the line and the warning.
Warning: warning 203: symbol is never used: "params"
Lines:
dcmd_syo(playerid,params[])
{
if(Estado[playerid] == true){
SendClientMessage(playerid,POSITIVO,"asdasd!");
Delete3DTextLabel(Festado[playerid]);
Estado[playerid] = false; return 1; }
if(Estado[playerid] == false) return SendClientMessage(playerid,COLOR_GREY,"asdasda");
return 1;
}
Thanks...
Someone enter to my car and automatically hear the same radio as me.
I get out of the car and going up again I keep hearing the same radio.
The other thing is I have a warning, here I leave the line and the warning.
Warning: warning 203: symbol is never used: "params"
Lines:
dcmd_syo(playerid,params[])
{
if(Estado[playerid] == true){
SendClientMessage(playerid,POSITIVO,"asdasd!");
Delete3DTextLabel(Festado[playerid]);
Estado[playerid] = false; return 1; }
if(Estado[playerid] == false) return SendClientMessage(playerid,COLOR_GREY,"asdasda");
return 1;
}
Thanks...