SoundID Script
#3

thats the correct code if i understood well what did you mean


pawn Код:
CMD:Thank(playerid,params[]) {
    #pragma unused params
    if(PlayerInfo[playerid][Level] >= 3) {
    for(new p = 0; p < MAX_PLAYERS; p++){
    if(!IsPlayerConnected(p)) continue;
    PlayerPlaySound(p,5453,0.0,0.0,0.0);
    }
    format(string,sizeof(string),"{dd0000}%s : Thank you sir have a nice day!", Name );
    SendClientMessageToAll(-1,string);
    return 1;
    } else return SendClientMessage(playerid,red,"ERROR: You need to be level 3 to use this command");
}
EDIT: you shall look at the poster above me
Reply


Messages In This Thread
SoundID Script - by [IND]Crazy - 28.06.2013, 13:47
Re: SoundID Script - by Cjgogo - 28.06.2013, 13:51
Re: SoundID Script - by Kirollos - 28.06.2013, 13:52
Re: SoundID Script - by [IND]Crazy - 28.06.2013, 14:11
Re: SoundID Script - by LeeXian99 - 28.06.2013, 14:12
Re: SoundID Script - by [IND]Crazy - 28.06.2013, 14:14
Re: SoundID Script - by GeniusPobs - 28.06.2013, 14:14
Re : SoundID Script - by Naruto_Emilio - 28.06.2013, 14:17
Re: Re : SoundID Script - by [IND]Crazy - 28.06.2013, 14:20
Re: SoundID Script - by Guest123 - 28.06.2013, 16:00

Forum Jump:


Users browsing this thread: 1 Guest(s)