[pawn] if ( strcmp ( cmd , "/vw" , true ) == 0 ) { if ( DM [ playerid ] == 1 ) return SCM ( playerid , -1 , "ERROR: Nu poti folosi comenzi in deathmatch." ) ; else { new vid ; if ( sscanf ( cmdtext , "d" , vid ) ) return SCM ( playerid , -1 , "USAGE: /vw [virtualworld]" ) ; SetPlayerVirtualWorld ( playerid , vid ) ; } } return ( 1 ) ; }[/pawn] [pawn] if ( strcmp ( cmd , "/skin" , true ) == 0 ) { if ( DM [ playerid ] == 1 ) return SCM ( playerid , -1 , "ERROR: Nu poti folosi comenzi in deathmatch." ) ; else { new skinid ; if ( sscanf ( cmdtext , "d" , skinid ) ) return SCM ( playerid , -1 , "USAGE: /skin [skinid]" ) ; if ( skinid > 300 ) return SCM ( playerid , -1 , "USAGE: /skin [0-300]" ) ; SetPlayerSkin ( playerid , skinid ) ; } } return ( 1 ) ; }[/pawn] Incearca asa xD . Darky a facut identitarea eu am adaugat else xD