Explode
#3

PHP код:
command(explodirplayeridparams[]) {
    if(!
IsPlayerAdmin(playerid)) return SendClientMessage(playerid, -1"[ERRO]: Vocк Nгo Tem Permissгo Para Usar Esse Comando Apenas Admin 1+ !.");
    new
          
explodido,
            
Float:x,
        
Float:y,
        
Float:z
    
;
    if(
sscanf(params,"u",explodido)) return SendClientMessage(playerid, -1,"[USO]:/explodir [ID]");
    if(!
IsPlayerConnected(explodido)) return SendClientMessage(playerid, -1,"[ERRO]: Jogador nгo conectado");
    
GetPlayerPos(explodido,x,y,z);
    
CreateExplosion(x,y,z,7,10.0);
    return 
1;

Reply


Messages In This Thread
Explode - by TenTen - 14.07.2015, 20:50
Re: Explode - by J0sh... - 14.07.2015, 20:55
Re: Explode - by iTakelot - 14.07.2015, 20:55
Re: Explode - by Darkwood17 - 14.07.2015, 20:56
Re: Explode - by TenTen - 15.07.2015, 01:05

Forum Jump:


Users browsing this thread: 2 Guest(s)