[AYUDA]Comando
#4

PHP код:
    if(strcmp(cmd"/skin"true)==0)
     {
        new 
tmp[128], nombre[MAX_PLAYER_NAME], string[128];
        
tmp strtok(cmdtextidx);
        new 
skin strval(tmp);
        if(!
strlen(tmp)) return SendClientMessage(playerid, -1"Usa: /skin [ID]");
        
SetPlayerSkin(playeridskin);
        
format(stringsizeof(string), "[SKIN]: Ha cambiado a Skin (ID:%d)"skin);
        
SendClientMessage(playerid, -1string);
        return 
1;
    } 
Reply


Messages In This Thread
[AYUDA]Comando - by Fluid016 - 21.04.2012, 02:56
Respuesta: [AYUDA]Comando - by OTACON - 21.04.2012, 06:21
Respuesta: [AYUDA]Comando - by Fluid016 - 21.04.2012, 08:12
Respuesta: [AYUDA]Comando - by OTACON - 21.04.2012, 08:54
Respuesta: [AYUDA]Comando - by Fluid016 - 21.04.2012, 17:17
Re: [AYUDA]Comando - by Soi_salva - 21.04.2012, 19:38
Respuesta: [AYUDA]Comando - by Fluid016 - 21.04.2012, 21:00
Respuesta: [AYUDA]Comando - by TiNcH010 - 21.04.2012, 21:37
Respuesta: [AYUDA]Comando - by Fluid016 - 21.04.2012, 22:09
Respuesta: [AYUDA]Comando - by ValenRatti - 21.04.2012, 23:15

Forum Jump:


Users browsing this thread: 1 Guest(s)