public OnPlayerCommandText( playerid, cmdtext[ ] ) {
if( strcmp( \"/parancs\", cmdtext, true ) == 0 ) {
if( GetPlayerVirtualWorld( playerid ) != 0 || GetPlayerInterior( playerid ) != 0 ) {
//Nem használhatja
} else {
//Használhatja
}
return 1;
}
return 0;
}